Judger/.travis.yml

18 lines
465 B
YAML
Raw Normal View History

language: python
dist: trusty
python:
- "2.7"
- "3.5"
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get install libseccomp-dev cmake
install:
- mkdir build && cd build
2016-08-21 11:32:25 +00:00
- cmake .. && make && sudo make install
- cd ../bindings/Python && sudo `which python` setup.py install
script:
- cd ../../tests/Python_and_core && sudo `which python` test.py
2016-10-26 03:40:10 +00:00
notifications:
slack: onlinejudgeteam:BzBz8UFgmS5crpiblof17K2W