File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 uses : actions/checkout@v4
3030 - name : Startup VM
31- uses : cross-platform-actions/action@v0.31 .0
31+ uses : cross-platform-actions/action@v0.32 .0
3232 with :
3333 architecture : x86_64
3434 memory : 4G
3939 shutdown_vm : false
4040 run : true
4141 - name : Install dependencies
42- uses : cross-platform-actions/action@v0.31 .0
42+ uses : cross-platform-actions/action@v0.32 .0
4343 with :
4444 architecture : x86_64
4545 memory : 4G
5252 sudo pkg upgrade -y
5353 sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2
5454 - name : Build
55- uses : cross-platform-actions/action@v0.31 .0
55+ uses : cross-platform-actions/action@v0.32 .0
5656 with :
5757 architecture : x86_64
5858 memory : 4G
6464 run : |
6565 gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_VORBISFILE=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }}
6666 - name : Test
67- uses : cross-platform-actions/action@v0.31 .0
67+ uses : cross-platform-actions/action@v0.32 .0
6868 with :
6969 architecture : x86_64
7070 memory : 4G
7676 run : |
7777 gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_VORBISFILE=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }} check
7878 - name : Shutdown VM
79- uses : cross-platform-actions/action@v0.31 .0
79+ uses : cross-platform-actions/action@v0.32 .0
8080 with :
8181 architecture : x86_64
8282 memory : 4G
You can’t perform that action at this time.
0 commit comments