update circleci config
This commit is contained in:
parent
e9b2f285eb
commit
8e5ac772be
@ -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
|
||||||
|
Reference in New Issue
Block a user