Skip to content

Build in UTBot base_env #5

Build in UTBot base_env

Build in UTBot base_env #5

name: Build in UTBot base_env
on:
workflow_run:
workflows: ["Clang Format"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
container:
image: ghcr.io/unittestbot/utbotcpp/base_env:02-02-2022
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run build.sh
run: |
./build.sh
- name: Run tests
run: |
cd build && ninja check