Skip to content

Commit

Permalink
CI: make warnings errors
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 25, 2020
1 parent 4202b7f commit bd1b459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cxx:
- conda install -c conda-forge rapidjson
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
- cd lfortran-${lfortran_version}
- cmake
- CXXFLAGS="-Werror" cmake
-DCMAKE_PREFIX_PATH=$HOME/conda_root
-DCMAKE_INSTALL_PREFIX=`pwd`
-DCMAKE_BUILD_TYPE=Debug
Expand Down Expand Up @@ -164,7 +164,7 @@ cxx_binary_min:
script:
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
- cd lfortran-${lfortran_version}
- cmake
- CXXFLAGS="-Werror" cmake
-DCMAKE_BUILD_TYPE=Debug
.
- make
Expand All @@ -180,7 +180,7 @@ cxx_binary_min_tests:
- conda install -c conda-forge toml
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
- cd lfortran-${lfortran_version}
- cmake
- CXXFLAGS="-Werror" cmake
-DCMAKE_BUILD_TYPE=Debug
.
- make
Expand Down

0 comments on commit bd1b459

Please sign in to comment.