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

GitLab CI: do not force CC/CXX with Mingw32 vcpkg builds

parent 3683a8f9
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ Windows x64:
variables:
PREFIX: x86_64-w64-mingw32
CC: /usr/lib/ccache/x86_64-w64-mingw32-gcc
CXX: /usr/lib/ccache/x86_64-w64-mingw32-g++
script:
- |
......
......@@ -31,8 +31,6 @@ Windows x86:
variables:
PREFIX: i686-w64-mingw32
CC: /usr/lib/ccache/i686-w64-mingw32-gcc
CXX: /usr/lib/ccache/i686-w64-mingw32-g++
script:
- |
......
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