Skip to content

Commit

Permalink
chore: minor fixes in CI, README, and keep the bin/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
uclasystem authored and ivanium committed Mar 28, 2024
1 parent 2b98f65 commit 7a30111
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libboost-all-dev gcc g++
- name: Build
run: make -j
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Github Repo Root
```

## Contact
Please contact [Yifan Qiao]([email protected]) for any questions.
Please contact [Yifan Qiao](mailto:[email protected]) for any questions.
Empty file added bin/.gitkeep
Empty file.

0 comments on commit 7a30111

Please sign in to comment.