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

Merge pull request #18 from FTS427/Preview #28

Merge pull request #18 from FTS427/Preview

Merge pull request #18 from FTS427/Preview #28

Workflow file for this run

name: MCT-PreviewBuild
on:
push:
branches: [ "Preview" ]
pull_request:
branches: [ "Preview" ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: CMake build
run: |
cd ${{ github.workspace }}
ls
mkdir build
cd build
cmake --version
cmake ../
shell: sh
- name: Make build
run: |
cd ${{ github.workspace }}
ls
cd build
make
shell: sh
- name: Upload exec file
uses: actions/[email protected]
with:
name: MCT-Pre
path: build/MCT