comparison .builds/win32.yml @ 128:859d2a957940

cmake: set CXX_STANDARD to 17 builds: get wget on linux, don't attempt to mount binfmt_misc on win32/64 I'd prefer staying on C++11, but if constexpr is just so damn sexy...
author Paper <mrpapersonic@gmail.com>
date Thu, 09 Nov 2023 02:28:22 -0500
parents fb6033e8f872
children 5c48adf4ca1f
comparison
equal deleted inserted replaced
127:fb6033e8f872 128:859d2a957940
23 echo MINGW32 >msystem.txt 23 echo MINGW32 >msystem.txt
24 make install _gcc _qt5-base _qt5-tools _curl 24 make install _gcc _qt5-base _qt5-tools _curl
25 cd ../minori 25 cd ../minori
26 mkdir build 26 mkdir build
27 cd build 27 cd build
28 sudo mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
29 sudo bash -c 'echo -n 1 >/proc/sys/fs/binfmt_misc/status' 28 sudo bash -c 'echo -n 1 >/proc/sys/fs/binfmt_misc/status'
30 bash -c 'source ../../quasi-msys2/env/all.src && export AUTOMOC_EXECUTABLE="$(which moc)" && export AUTORCC_EXECUTABLE="$(which rcc)" && cmake .. -G "Unix Makefiles" && make' 29 bash -c 'source ../../quasi-msys2/env/all.src && export AUTOMOC_EXECUTABLE="$(which moc)" && export AUTORCC_EXECUTABLE="$(which rcc)" && cmake .. -G "Unix Makefiles" && make'
31 triggers: 30 triggers:
32 - action: email 31 - action: email
33 condition: failure 32 condition: failure