Skip to content

Commit

Permalink
Set MACOS=0 on Linux and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 6, 2019
1 parent 1313188 commit c13a47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ build.xsh:
- conda install -c conda-forge llvmdev
- export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
- export WIN=0
- export MACOS=0
- xonsh ci/build.xsh

# Build and upload documentation
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ build_script:
- set CONDA_PREFIX=C:\\Miniconda37-x64
- set LFORTRAN_CMAKE_GENERATOR=Visual Studio 15 2017 Win64
- set WIN=1
- set MACOS=0
- xonsh ci\build.xsh

0 comments on commit c13a47b

Please sign in to comment.