update circleci config

This commit is contained in:
F1ssi0N 2018-03-12 22:28:50 +00:00
parent e9b2f285eb
commit 8e5ac772be

View File

@ -22,9 +22,8 @@ jobs:
name: Build name: Build
command: | command: |
cd premake cd premake
ls . sudo ln -s /usr/bin/clang-5.0 /usr/bin/clang
cat doghook.make sudo ln -s /usr/bin/clang++-5.0 /usr/bin/clang++
ls /bin/
make -j2 make -j2
- store_artifacts: - store_artifacts:
path: ~/dogbook/bin/Debug/libdoghook.so path: ~/dogbook/bin/Debug/libdoghook.so