update circleci config
This commit is contained in:
parent
e9b2f285eb
commit
8e5ac772be
@ -22,9 +22,8 @@ jobs:
|
||||
name: Build
|
||||
command: |
|
||||
cd premake
|
||||
ls .
|
||||
cat doghook.make
|
||||
ls /bin/
|
||||
sudo ln -s /usr/bin/clang-5.0 /usr/bin/clang
|
||||
sudo ln -s /usr/bin/clang++-5.0 /usr/bin/clang++
|
||||
make -j2
|
||||
- store_artifacts:
|
||||
path: ~/dogbook/bin/Debug/libdoghook.so
|
||||
|
Reference in New Issue
Block a user