Skip to content

Commit

Permalink
check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Feb 24, 2024
1 parent 779ad6f commit 9ec5f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- '*'
pull_request:
branches: [ main ]
schedule:
# Weekly build to make sure dependencies are OK
- cron: '30 14 * * 3'
# schedule:
# # Weekly build to make sure dependencies are OK
# - cron: '30 14 * * 3'

jobs:
Source:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ git submodule update
mkdir build
cd build
cmake ..
make
```

An example application is in `examples/main.cpp`. Run it using
Expand Down

0 comments on commit 9ec5f96

Please sign in to comment.