Skip to content

Instantly share code, notes, and snippets.

@Bye-lemon
Created December 13, 2018 07:22
Show Gist options
  • Save Bye-lemon/e0dfa0605f72f317a09dfea8ba8f0e5f to your computer and use it in GitHub Desktop.
Save Bye-lemon/e0dfa0605f72f317a09dfea8ba8f0e5f to your computer and use it in GitHub Desktop.
dist: trusty
os: linux
sudo: required
language: c
before_install:
- wget https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.tar.gz
- tar zxvf cmake-3.12.2-Linux-x86_64.tar.gz
- mv cmake-3.12.2-Linux-x86_64 /opt/cmake-3.12.2
- sudo ln -sf /opt/cmake-3.12.2/bin/* /usr/bin/
install:
- mkdir build
- cd build
- /usr/bin/cmake ..
- make
script: ./TPC ../SAMPLE.TNY
compiler:
- gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment