update circleci config
This commit is contained in:
parent
4fe6482459
commit
a976a808ed
@ -14,10 +14,11 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Generate Make files
|
name: Generate Make files
|
||||||
command: |
|
command: |
|
||||||
premake gmake
|
./premake gmake
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: |
|
command: |
|
||||||
|
cd premake
|
||||||
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