Skip to content

codeRATny start pipeline #1

codeRATny start pipeline

codeRATny start pipeline #1

Workflow file for this run

name: CI
run-name: ${{ github.actor }} start pipeline
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo apt-get install g++ make cmake
- run: mkdir -p build && cd build && cmake .. && make