Skip to content

Commit

Permalink
add jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
netwarm007 committed Dec 14, 2017
1 parent 583b2d4 commit 807793d
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
dependencies:
pre:
- sudo apt-get install clang uuid-dev
compile:
override:
- ./build_crossguid.sh
- ./build_opengex.sh
- ./build.sh
test:
override:
- cmake --build ./build --target test
version: 2
jobs:
build:
docker:
- image: ubuntu:16.04
steps:
- run: apt update
- run: apt install -y curl clang cmake git uuid-dev libx11-xcb-dev libgl1-mesa-dev
- run: curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
- run: apt install -y git-lfs
- checkout
- run: git lfs checkout
- run: ./build_crossguid.sh
- run: ./build_opengex.sh
- run: ./build.sh
- run: cmake --build ./build --target test

0 comments on commit 807793d

Please sign in to comment.