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

Commit

Permalink
Merge pull request #18 from FTS427/Preview
Browse files Browse the repository at this point in the history
U | Update GitAction
  • Loading branch information
FTS427 authored Dec 24, 2023
2 parents dc8d3ed + ff6a41b commit 29730b6
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-linux
run: sh ./make.sh
working-directory: /
- name: Build Preview MCT-Linux
- 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

0 comments on commit 29730b6

Please sign in to comment.