diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f16d17c0b..000000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: c -before_script: - - sudo apt update && sudo apt -y install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz valgrind -jobs: - include: - - arch: ppc64le # The IBM Power LXD container based build for OSS only - os: linux # required for arch different than amd64 - dist: focal # or bionic | xenial with xenial as default - compiler: gcc - if: NOT branch =~ /^ghactionsonly-/ - script: - - mkdir build && cd build && cmake -GNinja -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_STFL_SIG_KEY_SIG_GEN=ON .. && cmake -LA -N .. && ninja - - cd build & ninja run_tests - - arch: s390x - os: linux - dist: focal - compiler: gcc - if: NOT branch =~ /^ghactionsonly-/ - script: - - mkdir build && cd build && cmake -GNinja -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_STFL_SIG_KEY_SIG_GEN=ON .. && cmake -LA -N .. && ninja - - cd build & ninja run_tests diff --git a/README.md b/README.md index 7637b770b..f207046b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -![Travis Build Status](https://img.shields.io/travis/com/open-quantum-safe/liboqs?logo=travis&label=travis%20ci) - liboqs ======================