File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ addons:
9
9
- cmake
10
10
install : >
11
11
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
12
- set -eu
13
- git clone -b 1.9 https://github.com/gnustep/libobjc2.git
14
- mkdir libobjc2/build
15
- cd libobjc2/build
16
- export CC="clang"
17
- export CXX="clang++"
18
- cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME/libobjc2_staging ../
12
+ git clone -b 1.9 https://github.com/gnustep/libobjc2.git &&
13
+ mkdir libobjc2/build &&
14
+ cd libobjc2/build &&
15
+ export CC="clang" &&
16
+ export CXX="clang++" &&
17
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME/libobjc2_staging ../ &&
19
18
make install
20
19
fi
21
20
before_script : >
@@ -56,11 +55,11 @@ jobs:
56
55
osx_image : xcode7.3
57
56
rust : 1.41.0
58
57
before_install : >
59
- rustup target add \
60
- i386-apple-ios \
61
- x86_64-apple-ios \
62
- armv7-apple-ios \
63
- armv7s-apple-ios \
58
+ rustup target add
59
+ i386-apple-ios
60
+ x86_64-apple-ios
61
+ armv7-apple-ios
62
+ armv7s-apple-ios
64
63
aarch64-apple-ios
65
64
install : curl -LO https://github.com/SSheldon/rust-test-ios/releases/download/0.1.1/rust-test-ios && chmod +x rust-test-ios
66
65
env : FEATURES="exception"
You can’t perform that action at this time.
0 commit comments