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

Merge pull request #19 from FTS427/Preview #15

Merge pull request #19 from FTS427/Preview

Merge pull request #19 from FTS427/Preview #15

Workflow file for this run

name: MCT-StableBuild
on:
push:
branches: [ "Stable" ]
pull_request:
branches: [ "Stable" ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-linux
run: make
working-directory: src
- name: Build MCT-Linux
uses: actions/[email protected]
with:
name: MCT-Linux
path: src/MCT-Linux
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: build-windows
run: g++ MCT-Windows.cpp -o MCT-Windows.exe
working-directory: src
- name: Build MCT-Windows
uses: actions/[email protected]
with:
name: MCT-Windows
path: src/MCT-Windows