This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- after_success :
1+ env :
2+ global :
3+ secure : ECiHIh0aT5ml/MdKifvFIM2UpDWiPsJPEZpafLYM8U0VAPYThSfUe8JWhMsky8amOwm38akbSbr6C7iBKVpzjAqpgNdOdufO1RUZ6pUvtlVXiXTw2KlqPqbDVlD3QroVDhnX/rIRcg5ezEHAIb594uEaHdf8tlikhjdTc3aAgMA=
4+ branches :
5+ only :
6+ - master
7+ notifications :
8+ email :
9+ 10+ before_install :
11+ - git submodule update --init --recursive
12+ - sudo apt-get update -qq
13+ - sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx
14+ - sudo pip install cpp-coveralls --use-mirrors
15+ after_success :
216- coveralls -e _travis/install -e tests
317- git config --global user.name "Travis CI"
418-
git config --global user.email "[email protected] " 519- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph-python.git
620- git fetch origin gh-pages:gh-pages
721- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
8- branches :
9- only :
10- - master
11- compiler :
22+ script : ./.travis/build
23+ language : cpp
24+ matrix :
25+ allow_failures :
26+ - compiler : clang
27+ compiler :
1228- clang
1329- gcc
14- matrix :
15- allow_failures :
16- - compiler : clang
17- before_install :
18- - git submodule update --init --recursive
19- - sudo apt-get update -qq
20- - sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx
21- - sudo pip install cpp-coveralls --use-mirrors
22- language : cpp
23- notifications :
24- email :
25- 26- script : ./.travis/build
27- env :
28- global :
29- secure : dXnBor2MQ2eUyh6WqB6FKWWcE3MxzY8fin7xTyA+yJwpUsEgkvXp/4IEzx4CDSIjrLSR4P/MKQby9jnd+vTDOMH1NwXkdQH8c7mn/L3ZshALMKVNZIW6IDNx7jneAMud4/l9KHvauQVdby4cA7gFxbVQi+aPbhnioN4UO0AeLeA=
You can’t perform that action at this time.
0 commit comments