File tree Expand file tree Collapse file tree 8 files changed +38
-38
lines changed
Expand file tree Collapse file tree 8 files changed +38
-38
lines changed 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@v1.0 .0
2929 with :
3030 architecture : x86_64
3131 memory : 4G
3636 shutdown_vm : false
3737 run : true
3838 - name : Install dependencies
39- uses : cross-platform-actions/action@v0.32 .0
39+ uses : cross-platform-actions/action@v1.0 .0
4040 with :
4141 architecture : x86_64
4242 memory : 4G
4949 sudo pkg upgrade -y
5050 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
5151 - name : Build
52- uses : cross-platform-actions/action@v0.32 .0
52+ uses : cross-platform-actions/action@v1.0 .0
5353 with :
5454 architecture : x86_64
5555 memory : 4G
6161 run : |
6262 export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"; ./build/autotools/autoconfiscate.sh
6363 - name : Shutdown VM
64- uses : cross-platform-actions/action@v0.32 .0
64+ uses : cross-platform-actions/action@v1.0 .0
6565 with :
6666 architecture : x86_64
6767 memory : 4G
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@v4
3333 - name : Startup VM
34- uses : cross-platform-actions/action@v0.32 .0
34+ uses : cross-platform-actions/action@v1.0 .0
3535 with :
3636 architecture : x86_64
3737 memory : 4G
4242 shutdown_vm : false
4343 run : true
4444 - name : Install dependencies
45- uses : cross-platform-actions/action@v0.32 .0
45+ uses : cross-platform-actions/action@v1.0 .0
4646 with :
4747 architecture : x86_64
4848 memory : 4G
5555 sudo pkg upgrade -y
5656 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
5757 - name : Build
58- uses : cross-platform-actions/action@v0.32 .0
58+ uses : cross-platform-actions/action@v1.0 .0
5959 with :
6060 architecture : x86_64
6161 memory : 4G
6767 run : |
6868 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' }}
6969 - name : Test
70- uses : cross-platform-actions/action@v0.32 .0
70+ uses : cross-platform-actions/action@v1.0 .0
7171 with :
7272 architecture : x86_64
7373 memory : 4G
7979 run : |
8080 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
8181 - name : Shutdown VM
82- uses : cross-platform-actions/action@v0.32 .0
82+ uses : cross-platform-actions/action@v1.0 .0
8383 with :
8484 architecture : x86_64
8585 memory : 4G
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@db3b320437f7d43aa4c49e0953922f43442c5001
26+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
37+ uses : cross-platform-actions/action@v1.0.0
3838 with :
3939 architecture : x86_64
4040 memory : 4G
4545 shutdown_vm : false
4646 run : true
4747 - name : Install dependencies
48- uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
48+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
61+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
73+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
28+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
39+ uses : cross-platform-actions/action@v1.0.0
4040 with :
4141 architecture : x86_64
4242 memory : 4G
4747 shutdown_vm : false
4848 run : true
4949 - name : Install dependencies
50- uses : cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
50+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
63+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
75+ uses : cross-platform-actions/action@v1.0.0
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@db3b320437f7d43aa4c49e0953922f43442c5001
87+ uses : cross-platform-actions/action@v1.0.0
8888 with :
8989 architecture : x86_64
9090 memory : 4G
Original file line number Diff line number Diff line change 2424 - name : Checkout
2525 uses : actions/checkout@v4
2626 - name : Startup VM
27- uses : cross-platform-actions/action@v0.32 .0
27+ uses : cross-platform-actions/action@v1.0 .0
2828 with :
2929 architecture : x86_64
3030 memory : 4G
3535 shutdown_vm : false
3636 run : true
3737 - name : Install dependencies
38- uses : cross-platform-actions/action@v0.32 .0
38+ uses : cross-platform-actions/action@v1.0 .0
3939 with :
4040 architecture : x86_64
4141 memory : 4G
5353 sudo pkgin -y install autoconf autoconf-archive automake libtool libltdl
5454 sudo pkgin -y install doxygen help2man
5555 - name : Build
56- uses : cross-platform-actions/action@v0.32 .0
56+ uses : cross-platform-actions/action@v1.0 .0
5757 with :
5858 architecture : x86_64
5959 memory : 4G
6565 run : |
6666 export MAKEFLAGS="-j4"; ./build/autotools/autoconfiscate.sh
6767 - name : Shutdown VM
68- uses : cross-platform-actions/action@v0.32 .0
68+ uses : cross-platform-actions/action@v1.0 .0
6969 with :
7070 architecture : x86_64
7171 memory : 4G
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.32 .0
31+ uses : cross-platform-actions/action@v1.0 .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.32 .0
42+ uses : cross-platform-actions/action@v1.0 .0
4343 with :
4444 architecture : x86_64
4545 memory : 4G
5757 sudo pkgin -y install autoconf autoconf-archive automake libtool libltdl
5858 sudo pkgin -y install doxygen help2man
5959 - name : Build
60- uses : cross-platform-actions/action@v0.32 .0
60+ uses : cross-platform-actions/action@v1.0 .0
6161 with :
6262 architecture : x86_64
6363 memory : 4G
6969 run : |
7070 gmake -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' }}
7171 - name : Test
72- uses : cross-platform-actions/action@v0.32 .0
72+ uses : cross-platform-actions/action@v1.0 .0
7373 with :
7474 architecture : x86_64
7575 memory : 4G
8181 run : |
8282 gmake -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
8383 - name : Shutdown VM
84- uses : cross-platform-actions/action@v0.32 .0
84+ uses : cross-platform-actions/action@v1.0 .0
8585 with :
8686 architecture : x86_64
8787 memory : 4G
Original file line number Diff line number Diff line change 2727 - name : Checkout
2828 uses : actions/checkout@v4
2929 - name : Startup VM
30- uses : cross-platform-actions/action@v0.32 .0
30+ uses : cross-platform-actions/action@v1.0 .0
3131 with :
3232 architecture : x86_64
3333 memory : 4G
3838 shutdown_vm : false
3939 run : true
4040 - name : Install dependencies
41- uses : cross-platform-actions/action@v0.32 .0
41+ uses : cross-platform-actions/action@v1.0 .0
4242 with :
4343 architecture : x86_64
4444 memory : 4G
5353 sudo pkg_add -I ${{ (matrix.version == '7.8') && 'autoconf-2.72p0 automake-1.18' || (matrix.version == '7.7') && 'autoconf-2.72p0 automake-1.17 pkgconf' || (matrix.version == '7.6') && 'autoconf-2.72p0 automake-1.16.5 pkgconf' || (matrix.version == '7.5') && 'autoconf-2.71 automake-1.16.5 pkgconf' || (matrix.version == '7.4') && 'autoconf-2.71 automake-1.16.5 pkgconf' || 'autoconf automake pkgconf' }}
5454 sudo pkg_add -I subversion p5-XML-XPath git mawk gmake autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
5555 - name : Build
56- uses : cross-platform-actions/action@v0.32 .0
56+ uses : cross-platform-actions/action@v1.0 .0
5757 with :
5858 architecture : x86_64
5959 memory : 4G
6565 run : |
6666 export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"; ${{ (matrix.version == '7.8') && 'export AUTOCONF_VERSION=2.72' || (matrix.version == '7.7') && 'export AUTOCONF_VERSION=2.72' || (matrix.version == '7.6') && 'export AUTOCONF_VERSION=2.72' || (matrix.version == '7.5') && 'export AUTOCONF_VERSION=2.71' || (matrix.version == '7.4') && 'export AUTOCONF_VERSION=2.71' || '' }} ; ${{ (matrix.version == '7.8') && 'export AUTOMAKE_VERSION=1.18' || (matrix.version == '7.7') && 'export AUTOMAKE_VERSION=1.17' || (matrix.version == '7.6') && 'export AUTOMAKE_VERSION=1.16' || (matrix.version == '7.5') && 'export AUTOMAKE_VERSION=1.16' || (matrix.version == '7.4') && 'export AUTOMAKE_VERSION=1.16' || '' }} ;./build/autotools/autoconfiscate.sh
6767 - name : Shutdown VM
68- uses : cross-platform-actions/action@v0.32 .0
68+ uses : cross-platform-actions/action@v1.0 .0
6969 with :
7070 architecture : x86_64
7171 memory : 4G
Original file line number Diff line number Diff line change 3737 - name : Checkout
3838 uses : actions/checkout@v4
3939 - name : Startup VM
40- uses : cross-platform-actions/action@v0.32 .0
40+ uses : cross-platform-actions/action@v1.0 .0
4141 with :
4242 architecture : x86_64
4343 memory : 4G
4848 shutdown_vm : false
4949 run : true
5050 - name : Install dependencies
51- uses : cross-platform-actions/action@v0.32 .0
51+ uses : cross-platform-actions/action@v1.0 .0
5252 with :
5353 architecture : x86_64
5454 memory : 4G
6363 sudo pkg_add -I ${{ (matrix.version == '7.8') && 'autoconf-2.72p0 automake-1.18' || (matrix.version == '7.7') && 'autoconf-2.72p0 automake-1.17 pkgconf' || (matrix.version == '7.6') && 'autoconf-2.72p0 automake-1.16.5 pkgconf' || (matrix.version == '7.5') && 'autoconf-2.71 automake-1.16.5 pkgconf' || (matrix.version == '7.4') && 'autoconf-2.71 automake-1.16.5 pkgconf' || 'autoconf automake pkgconf' }}
6464 sudo pkg_add -I subversion p5-XML-XPath git mawk gmake autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
6565 - name : Build
66- uses : cross-platform-actions/action@v0.32 .0
66+ uses : cross-platform-actions/action@v1.0 .0
6767 with :
6868 architecture : x86_64
6969 memory : 4G
7575 run : |
7676 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' }}
7777 - name : Test
78- uses : cross-platform-actions/action@v0.32 .0
78+ uses : cross-platform-actions/action@v1.0 .0
7979 with :
8080 architecture : x86_64
8181 memory : 4G
8787 run : |
8888 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
8989 - name : Shutdown VM
90- uses : cross-platform-actions/action@v0.32 .0
90+ uses : cross-platform-actions/action@v1.0 .0
9191 with :
9292 architecture : x86_64
9393 memory : 4G
You can’t perform that action at this time.
0 commit comments