Try to get environment variables right
This commit is contained in:
parent
7f88a86916
commit
d24006c966
1 changed files with 2 additions and 4 deletions
|
@ -26,10 +26,8 @@ addons:
|
||||||
- mingw-w64
|
- mingw-w64
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- MAKE_BUILD_TYPE=RELEASE=0
|
- MAKE_BUILD_TYPE=RELEASE=0 SIXTY_FOUR_BIT=false
|
||||||
- MAKE_BUILD_TYPE=RELEASE=1
|
- MAKE_BUILD_TYPE=RELEASE=1 SIXTY_FOUR_BIT=true
|
||||||
- SIXTY_FOUR_BIT=false
|
|
||||||
- SIXTY_FOUR_BIT=true
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Setup MSYS2
|
# Setup MSYS2
|
||||||
|
|
Loading…
Add table
Reference in a new issue