Skip to content
Snippets Groups Projects
Commit b7f99227 authored by Tobias Glaser's avatar Tobias Glaser
Browse files

fixing gitlab-ci even harder

parent e1280486
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ Windows-MSYS2-MINGW64: ...@@ -34,7 +34,7 @@ Windows-MSYS2-MINGW64:
- C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' - C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu'
- | - |
C:\msys64\usr\bin\bash -lcx ' C:\msys64\usr\bin\bash -lcx '
pacman --noconfirm -Syu mingw-w64-ucrt-x86_64-gcc mingw-w64-x86_64-cmake pacman --noconfirm -Syu mingw-w64-x86_64-x86_64-gcc mingw-w64-x86_64-cmake
pacman --noconfirm -Syu mingw-w64-x86_64-qt5-static pacman --noconfirm -Syu mingw-w64-x86_64-qt5-static
pacman --noconfirm -Syu zip' pacman --noconfirm -Syu zip'
- | - |
...@@ -46,6 +46,9 @@ Windows-MSYS2-MINGW64: ...@@ -46,6 +46,9 @@ Windows-MSYS2-MINGW64:
rm -r * rm -r *
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
ls -lh ls -lh
rm -r *
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
ls -lh
cmake --build . --target cute cmake --build . --target cute
ls -lh ls -lh
cd ..' cd ..'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment