Skip to content

Commit

Permalink
Merge branch 'circleci'
Browse files Browse the repository at this point in the history
  • Loading branch information
netwarm007 committed Dec 14, 2017
2 parents 8239564 + 807793d commit 61da4f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,17 @@
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 61da4f0

Please sign in to comment.