Skip to content

Commit

Permalink
CI: test build
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed May 9, 2024
1 parent de0d676 commit 161fc65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Release Build
timeout-minutes: 720
if: ${{ github.event_name == 'push' && github.ref != 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: scripts/tests/build_test -s Install-deps -e REL

- name: Rootfs Cache Build
Expand Down
8 changes: 4 additions & 4 deletions scripts/tests/build_test
Original file line number Diff line number Diff line change
Expand Up @@ -555,14 +555,14 @@ TEST_ML)
#VIM3L-debian-minimal-buster-mainline-sdusb) ( source $SETENV -d -q -s $VIM3L $BUSTER $MINI $ML $USB $CMP && make -C "$MAKEDIR") & ;;

# VIM4 Release Images
#VIM4-ubuntu-server-jammy-vendor-emmc-REL-CHK) ( source $SETENV -d -q -s $VIM4 $JAMMY $SERVER $EMMC $CMP && make -C "$MAKEDIR" ) & ;;
VIM4-ubuntu-server-jammy-vendor-emmc-REL-CHK) ( source $SETENV -d -q -s $VIM4 $JAMMY $SERVER $EMMC $CMP && make -C "$MAKEDIR" ) & ;;
#VIM4-ubuntu-gnome-jammy-vendor-emmc-REL-CHK) ( source $SETENV -d -q -s $VIM4 $JAMMY $GNOME $EMMC $CMP && make -C "$MAKEDIR" ) & ;;
#VIM4-ubuntu-server-jammy-vendor-sdusb-REL) ( source $SETENV -d -q -s $VIM4 $JAMMY $SERVER $USB $CMP && make -C "$MAKEDIR" ) & ;;
VIM4-ubuntu-server-jammy-vendor-sdusb-REL) ( source $SETENV -d -q -s $VIM4 $JAMMY $SERVER $USB $CMP && make -C "$MAKEDIR" ) & ;;
#VIM4-ubuntu-gnome-jammy-vendor-sdusb-REL) ( source $SETENV -d -q -s $VIM4 $JAMMY $GNOME $USB $CMP && make -C "$MAKEDIR" ) & ;;

#VIM4-ubuntu-server-noble-vendor-emmc-REL-CHK) ( source $SETENV -d -q -s $VIM4 $NOBLE $SERVER $EMMC $CMP && make -C "$MAKEDIR" ) & ;;
VIM4-ubuntu-server-noble-vendor-emmc-REL-CHK) ( source $SETENV -d -q -s $VIM4 $NOBLE $SERVER $EMMC $CMP && make -C "$MAKEDIR" ) & ;;
#VIM4-ubuntu-gnome-noble-vendor-emmc-REL-CHK) ( source $SETENV -d -q -s $VIM4 $NOBLE $GNOME $EMMC $CMP && make -C "$MAKEDIR" ) & ;;
#VIM4-ubuntu-server-noble-vendor-sdusb-REL) ( source $SETENV -d -q -s $VIM4 $NOBLE $SERVER $USB $CMP && make -C "$MAKEDIR" ) & ;;
VIM4-ubuntu-server-noble-vendor-sdusb-REL) ( source $SETENV -d -q -s $VIM4 $NOBLE $SERVER $USB $CMP && make -C "$MAKEDIR" ) & ;;
#VIM4-ubuntu-gnome-noble-vendor-sdusb-REL) ( source $SETENV -d -q -s $VIM4 $NOBLE $GNOME $USB $CMP && make -C "$MAKEDIR" ) & ;;

# VIM4 Test Images
Expand Down

0 comments on commit 161fc65

Please sign in to comment.