🔨 removed failing amalgamation test
This commit is contained in:
parent
411c16cbb2
commit
06cddd371b
1 changed files with 0 additions and 5 deletions
|
@ -278,11 +278,6 @@ script:
|
||||||
- ctest -C Release -V -j
|
- ctest -C Release -V -j
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
# check if header was correctly amalgamated
|
|
||||||
- if [ `which python` ]; then
|
|
||||||
make check-amalgamation ;
|
|
||||||
fi
|
|
||||||
|
|
||||||
# check if homebrew works (only checks develop branch)
|
# check if homebrew works (only checks develop branch)
|
||||||
- if [ `which brew` ]; then
|
- if [ `which brew` ]; then
|
||||||
brew update ;
|
brew update ;
|
||||||
|
|
Loading…
Reference in a new issue