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 094e986 commit 9158ba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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 @@ -16,7 +19,7 @@ jobs:
run: |
sudo snap install yq
sudo apt-get update --fix-missing
sudo apt-get install -y -f -o Acquire::Retries=3 libfuse2
sudo apt-get install -y -f -o Acquire::Retries=3 libfuse2 jq libjson-c-dev libcurl4-openssl-dev pkg-config
- name: configure
run: ./configure --wget-json-search --yq-go --compile-json-c
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 9158ba5

Please sign in to comment.