Remove remaining learn builds from CI. No replacement needed.

This commit is contained in:
Tomasz Sobczyk
2020-09-12 18:20:21 +02:00
parent 1da452029b
commit 9d84af11fe

View File

@@ -75,11 +75,6 @@ script:
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make clean && make -j2 ARCH=general-32 build && ../tests/signature.sh $benchref; fi
- make clean && make -j2 ARCH=x86-64-modern profile-build && ../tests/signature.sh $benchref
# start some basic learner CI
- make clean && make -j2 ARCH=x86-64-modern learn
- make clean && make -j2 ARCH=x86-64-modern profile-learn
- make clean && make -j2 ARCH=x86-64-modern debug=yes optimize=no learn
# compile only for some more advanced architectures (might not run in travis)
- make clean && make -j2 ARCH=x86-64-avx2 build
- make clean && make -j2 ARCH=x86-64-bmi2 build