Skip to content

Commit

Permalink
reactivate build for PR
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 8, 2024
1 parent fcd9853 commit 20acef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Generate source build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


jobs:
build:
Expand All @@ -25,6 +28,7 @@ jobs:
run: |
sudo chsh -s $(which bash) $(whoami)
make main.c osc_sdk.c osc_sdk.h oapi-cli-completion.bash
make oapi-cli-x86_64.AppImage
# tar c osc_sdk.c osc_sdk.h main.c oapi-cli-completion.bash > build-src.tar

# commented, because uploading generated source is made in oapi-cli/osc-sdk-c projects
Expand Down

0 comments on commit 20acef6

Please sign in to comment.