Skip to content

d: Archive artifacts in CI #461

d: Archive artifacts in CI

d: Archive artifacts in CI #461

Workflow file for this run

name: CI
on:
push:
branches: [ acap-build ]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dev container dependencies
run: npm install -g @devcontainers/[email protected]
- name: Create dev container
run: devcontainer up --workspace-folder .
- name: Update generated files
run: devcontainer exec --workspace-folder . make --always-make check_generated_files check_generated_files_container
- name: Update generated without acap-build
run: devcontainer exec --remote-env ACAP_SDK_LOCATION=/opt/axis/ --workspace-folder . make check_generated_files_container
- name: Run other checks
run: devcontainer exec --workspace-folder . make check_other
- uses: actions/upload-artifact@v4
if: always()
with:
name: 'staging_dirs'
path: target-aarch64/aarch64