File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@v4
2525 - name : Startup VM
26- uses : cross-platform-actions/action@v0.32.0
26+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
2727 with :
2828 architecture : x86_64
2929 memory : 4G
3434 shutdown_vm : false
3535 run : true
3636 - name : Sync files to VM
37- uses : cross-platform-actions/action@v0.32.0
37+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
3838 with :
3939 architecture : x86_64
4040 memory : 4G
4343 shell : bash
4444 sync_files : runner-to-vm
4545 shutdown_vm : false
46- run : chown -R $(id -u):$(id -g) $(pwd)
46+ run : true
4747 - name : Install dependencies
48- uses : cross-platform-actions/action@v0.32.0
48+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
4949 with :
5050 architecture : x86_64
5151 memory : 4G
5858 pkgman refresh
5959 pkgman install -y subversion git perl gawk make pkgconfig mpg123_devel libogg_devel libvorbis_devel flac_devel libsndfile_devel portaudio_devel libsdl2_devel autoconf autoconf_archive libtool libtool_libltdl doxygen help2man
6060 - name : Build
61- uses : cross-platform-actions/action@v0.32.0
61+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
6262 with :
6363 architecture : x86_64
6464 memory : 4G
7070 run : |
7171 export MAKEFLAGS="-j4"; ./build/autotools/autoconfiscate.sh
7272 - name : Shutdown VM
73- uses : cross-platform-actions/action@v0.32.0
73+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
7474 with :
7575 architecture : x86_64
7676 memory : 4G
Original file line number Diff line number Diff line change 2525 - name : Checkout
2626 uses : actions/checkout@v4
2727 - name : Startup VM
28- uses : cross-platform-actions/action@v0.32.0
28+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
2929 with :
3030 architecture : x86_64
3131 memory : 4G
3636 shutdown_vm : false
3737 run : true
3838 - name : Sync files to VM
39- uses : cross-platform-actions/action@v0.32.0
39+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
4040 with :
4141 architecture : x86_64
4242 memory : 4G
4545 shell : bash
4646 sync_files : runner-to-vm
4747 shutdown_vm : false
48- run : chown -R $(id -u):$(id -g) $(pwd)
48+ run : true
4949 - name : Install dependencies
50- uses : cross-platform-actions/action@v0.32.0
50+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
5151 with :
5252 architecture : x86_64
5353 memory : 4G
6060 pkgman refresh
6161 pkgman install -y subversion git perl gawk make pkgconfig mpg123_devel libogg_devel libvorbis_devel flac_devel libsndfile_devel portaudio_devel libsdl2_devel autoconf autoconf_archive libtool libtool_libltdl doxygen help2man
6262 - name : Build
63- uses : cross-platform-actions/action@v0.32.0
63+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
6464 with :
6565 architecture : x86_64
6666 memory : 4G
7272 run : |
7373 make -j4 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' }}
7474 - name : Test
75- uses : cross-platform-actions/action@v0.32.0
75+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
7676 with :
7777 architecture : x86_64
7878 memory : 4G
8484 run : |
8585 make -j4 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
8686 - name : Shutdown VM
87- uses : cross-platform-actions/action@v0.32.0
87+ uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
8888 with :
8989 architecture : x86_64
9090 memory : 4G
You can’t perform that action at this time.
0 commit comments