File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
dist : trusty
2
-
2
+ sudo : required
3
3
language : cpp
4
4
5
5
matrix :
@@ -42,12 +42,11 @@ matrix:
42
42
apt :
43
43
sources :
44
44
- ubuntu-toolchain-r-test
45
- - llvm-toolchain-trusty-3.9
45
+ - llvm-toolchain-trusty-3.8
46
46
packages :
47
- - clang-3.9
48
- env : COMPILER=clang++-3.9
47
+ - clang-3.8
48
+ env : COMPILER=clang++-3.8
49
49
- language : generic
50
- sudo : required
51
50
services :
52
51
- docker
53
52
env : COMPILER=Emscripten
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ if [[ "$COMPILER" == "Emscripten" ]]; then
8
8
-v /usr/include/boost:/usr/local/include/boost \
9
9
-e " AR="
10
10
-e " CXX="
11
+ -w " /mfast"
11
12
-t thewtex/cross-compiler-browser-asmjs "
12
13
else
13
14
CONFIG_ARGS=" -DCMAKE_CXX_COMPILER=$COMPILER "
You can’t perform that action at this time.
0 commit comments