We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e526e + 9f109c9 commit 1ae96bdCopy full SHA for 1ae96bd
.travis.yml
@@ -5,6 +5,11 @@ cache:
5
- $HOME/.conda/pkgs
6
- $HOME/miniconda/pkgs
7
8
+branches:
9
+ only:
10
+ - master
11
+ - windows
12
+
13
install:
14
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
15
- bash miniconda.sh -u -b -p $HOME/miniconda
@@ -25,15 +30,15 @@ install:
25
30
- conda info -a
26
31
27
32
# For testing
28
- - pip install lit
33
+ #- pip install lit
29
34
35
script:
36
- mkdir -p build
37
- cd build
38
- cmake -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DFLANG_INCLUDE_TESTS=ON -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_Fortran_COMPILER=flang ..
39
- make -j4
40
- make install -j4
- - make check-flang
41
+ #- make check-flang
42
43
notifications:
44
email: false
0 commit comments