Skip to content

Initial commit

Initial commit #36

Workflow file for this run

on: [push, pull_request]
env:
APT_INSTALL: sudo apt install -y --no-install-recommends
jobs:
jammy_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make install_deps_apt
- run: make install
- run: make test
jammy_static:
runs-on: ubuntu-22.04
steps:
- name: main
uses: actions/checkout@v3
with:
path: "hiearch"
- name: ccws
uses: actions/checkout@v3
with:
repository: "asherikov/ccws"
path: "ccws"
- run: mkdir -p ccws/src
- run: mv hiearch ccws/src
- run: cd ccws
- run: ls -la
- run: make bp_install_build BUILD_PROFILE=static_checks
- run: make bp_static_checks_build_python BUILD_PROFILE=static_checks