You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
393 B
16 lines
393 B
language: cpp |
|
compiler: |
|
- gcc |
|
before_install: |
|
- travis_retry sudo apt-get update |
|
- travis_retry sudo apt-get install build-essential cmake libboost-all-dev liblzma-dev |
|
script: mkdir build && cd build && cmake --version && cmake .. && make -j1 |
|
branches: |
|
only: |
|
- master |
|
notifications: |
|
email: |
|
recipients: |
|
- daniel@constexpr.org |
|
on_success: change |
|
on_failure: always
|
|
|