Skip to content

[scripts] Remove sc-component-manager.sh #121

[scripts] Remove sc-component-manager.sh

[scripts] Remove sc-component-manager.sh #121

Workflow file for this run

name: CI
on:
pull_request:
branches: [ develop, main, release/** ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Prepare on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update
if: startswith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
- name: Restore build caches
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}
- name: Install Metasystem
env:
TERM: linux
run: |
cd scripts
./install_metasystem.sh
- name: Run cxx tests
run: |
cd scripts
./build_ps.sh -t
./tests/run_cxx_ps_tests.sh
./run_cxx_ps.sh -t