mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Switch off libobjc2 tests in travis file.
This commit is contained in:
parent
a1a040593c
commit
7653524731
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ install_ng_runtime() {
|
|||
cd libobjc2/build
|
||||
export CC="clang"
|
||||
export CXX="clang++"
|
||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGNUSTEP_INSTALL_TYPE=NONE -DCMAKE_INSTALL_PREFIX:PATH=$HOME/staging ../
|
||||
cmake -DTESTS=off -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGNUSTEP_INSTALL_TYPE=NONE -DCMAKE_INSTALL_PREFIX:PATH=$HOME/staging ../
|
||||
make install
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue