Skip to content
Snippets Groups Projects
Commit ae25f9ac authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Update .gitlab-ci.yml file

yea the Mingw-w64 is called "x86_64-w64-mingw32", not "x86_64-w64"
parent 95c81696
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,6 @@ build-native: # This job runs in the build stage, which runs first.
- export CCACHE_DIR="$PWD/ccache"
- export CCACHE_COMPILERCHECK=content
- make --directory=src CCACHE=1
- make --directory=src CCACHE=1 MINGW64=1 PREFIX=x86_64-w64
- make --directory=src CCACHE=1 MINGW64=1 PREFIX=x86_64-w64-mingw32
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment