File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - uses : msys2/setup-msys2@v2
4242 with :
4343 cache : true
44+ release : true
4445 update : false
4546 msystem : ${{matrix.msystem}}
46- pacboy : assimp:p cairo:p curl:p freeglut:p FreeImage:p gcc:p gdb:p glew:p glfw:p glm:p harfbuzz:p libsndfile:p libusb:p libxml2:p mpg123:p nlohmann-json:p ntldd-git:p openal:p opencv:p pkgconf:p pugixml:p rtaudio:p uriparser:p utf8cpp:p zlib:p poco:p
47+ pacboy : gcc:p assimp:p cairo:p curl:p freeglut:p FreeImage:p glew:p glfw:p glm:p libsndfile:p libusb:p libxml2:p mpg123:p nlohmann-json:p openal:p opencv:p pugixml:p rtaudio:p uriparser:p utf8cpp:p
48+ install : >-
49+ unzip
50+ make
51+ # gcc:p gdb:p zlib:p poco:p pkgconf:p harfbuzz:p ntldd-git:p
4752 # boost:p tools:p
4853 # install: >-
4954 # unzip
6065 - name : Run tests
6166 run : ./scripts/ci/msys2/run_tests.sh
6267
68+
Original file line number Diff line number Diff line change @@ -31,15 +31,17 @@ while [[ $# > 0 ]] ; do
3131done
3232
3333# List of MSYS packages to be installed
34- msyspackages=" make rsync zip unzip wget"
34+ # msyspackages="make rsync zip unzip wget"
35+ msyspackages=" unzip make"
3536
3637# List of MINGW packages to be installed (without prefix)
37- mingwPackages=" assimp cairo curl freeglut FreeImage \
38- gcc gdb glew glfw glm \
39- harfbuzz libsndfile libusb libxml2 mpg123 \
40- nlohmann-json ntldd-git openal opencv \
41- pkgconf pugixml rtaudio \
42- uriparser utf8cpp zlib"
38+ mingwPackages=" gcc assimp cairo curl freeglut FreeImage \
39+ glew glfw glm \
40+ harfbuzz libsndfile libusb libxml2 mpg123 \
41+ nlohmann-json openal opencv \
42+ pkgconf pugixml rtaudio \
43+ uriparser utf8cpp "
44+ # gdb zlib ntldd-git
4345# boost poco tools
4446# Build the full list of packages adding prefix to MINGW packages
4547packages=${msyspackages}
You can’t perform that action at this time.
0 commit comments