-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtravis.sh
More file actions
executable file
·23 lines (17 loc) · 634 Bytes
/
travis.sh
File metadata and controls
executable file
·23 lines (17 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
set -uexo pipefail
################################################################################
# Static variables or inferred from Travis
# https://docs.travis-ci.com/user/environment-variables/
################################################################################
export N=2
export OS_NAME="${TRAVIS_OS_NAME}"
export MODEL="${MODEL}"
export BRANCH="${TRAVIS_BRANCH}"
export FULL_BUILD=false
source ci.sh
################################################################################
# Commands
################################################################################
setup_repos
testsuite