Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

U | Preview

U | Preview #35

Workflow file for this run

name: Preview-Build
on:
push:
branches: [ "Preview" ]
pull_request:
branches: [ "Preview" ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Conifg cmake
uses: threeal/cmake-action@v1.3.0
- name: CMake build
run: |
cd ${{ github.workspace }}
ls
mkdir build
cd build
cmake --version
cmake ../
shell: sh
- name: Upload exec file
uses: actions/upload-artifact@v3.1.2
with:
name: MCT-Pre
path: build/MCT