Try another combination cmake/gcc
This commit is contained in:
parent
ab9834798a
commit
f4b8c3cf25
|
@ -15,7 +15,7 @@ matrix:
|
|||
- os: linux
|
||||
# Compiler is specified in ./travis/common.sh
|
||||
sudo: false
|
||||
compiler: g++-8
|
||||
compiler: g++-6
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
@ -33,8 +33,8 @@ matrix:
|
|||
- doxygen
|
||||
- flex
|
||||
- fontconfig
|
||||
- g++-8
|
||||
- gcc-8
|
||||
- g++-6
|
||||
- gcc-6
|
||||
- g++-4.9
|
||||
- gcc-4.9
|
||||
- gdb
|
||||
|
|
|
@ -18,7 +18,7 @@ else
|
|||
mkdir build
|
||||
cd build
|
||||
cmake --version
|
||||
cmake .. -DCMAKE_BUILD_TYPE=debug
|
||||
cmake .. #-DCMAKE_BUILD_TYPE=debug
|
||||
make -j16
|
||||
fi
|
||||
end_section "OpenFPGA.build"
|
||||
|
|
Loading…
Reference in New Issue