Skip to content

Commit

Permalink
Add GitHub Actions build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
yezzfusl committed Aug 1, 2024
1 parent ad222fc commit 9f437c5
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build Status

on:
push:
Expand All @@ -16,19 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up dependencies
- name: Always pass
run: |
sudo apt-get update
sudo apt-get install -y cmake build-essential
- name: Build
run: |
mkdir -p build
cd build
cmake ..
make
- name: Report build status
run: |
echo "test"
echo "This is a dummy step. (TEST)"

0 comments on commit 9f437c5

Please sign in to comment.