lzw-assignment/circle.yml

5 lines
185 B
YAML
Raw Normal View History

dependencies:
override:
2018-04-15 22:09:07 +00:00
- curl -sSL https://cmake.org/files/v3.9/cmake-3.9.1-Linux-x86_64.tar.gz | sudo tar -xzC ~
2018-04-15 22:05:42 +00:00
- cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j