This repository was archived by the owner on Jul 22, 2026. It is now read-only.
SDK v0.16.0 for API v1.35.4 (#62) #159
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: osc-sdk-C release build | |
| on: | |
| pull_request: | |
| branches: [ master ] | |
| push: | |
| branches: [ master ] | |
| jobs: | |
| auto-build: | |
| environment: auto-build | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: apt is for w__p | |
| run: | | |
| wget https://github.com/cosmo-ray/json-search/releases/download/0.3.1/json-search-x86_64.AppImage | |
| chmod +x json-search-x86_64.AppImage | |
| sudo cp json-search-x86_64.AppImage /bin/json-search | |
| sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq | |
| sudo chmod +x /usr/bin/yq | |
| sudo apt-get update --fix-missing | |
| sudo apt-get install -y -f -o Acquire::Retries=3 jq libjson-c-dev libfuse2 | |
| - name: regen-test | |
| shell: bash | |
| run: COGNAC_CONFIG="--yq-go" make regen-test |