Skip to content

Commit

Permalink
Add checks.c to Azure Pipelines build command
Browse files Browse the repository at this point in the history
  • Loading branch information
geniiii committed May 29, 2020
1 parent 3eb8f98 commit 77de6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
vmImage: ubuntu-latest

steps:
- script: gcc -std=c99 -pedantic -Wextra -O3 -o patcher src/main.c src/patches.c
- script: gcc -std=c99 -pedantic -Wextra -O3 -o patcher src/main.c src/patches.c src/checks.c
displayName: 'Build'

- bash: mv $SYSTEM_DEFAULTWORKINGDIRECTORY/patcher $BUILD_ARTIFACTSTAGINGDIRECTORY/patcher-linux-x64
Expand Down

0 comments on commit 77de6b0

Please sign in to comment.