update circleci config
This commit is contained in:
parent
4fe6482459
commit
a976a808ed
@ -14,10 +14,11 @@ jobs:
|
||||
- run:
|
||||
name: Generate Make files
|
||||
command: |
|
||||
premake gmake
|
||||
./premake gmake
|
||||
- run:
|
||||
name: Build
|
||||
command: |
|
||||
cd premake
|
||||
make -j2
|
||||
- store_artifacts:
|
||||
path: ~/dogbook/bin/Debug/libdoghook.so
|
||||
|
Reference in New Issue
Block a user