Skip to content

hotfixes: before release 0.8.0 #178

hotfixes: before release 0.8.0

hotfixes: before release 0.8.0 #178

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
run: |
if [[ $(lsb_release -i) == *'Ubuntu'* ]];
then
sudo apt-get update
fi
- name: Restore build caches
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}
- name: Preparing platform
env:
TERM: linux
run: |
cd scripts
./set_vars.sh
./install_platform.sh