Skip to content

Commit 6a67d6e

Browse files
authored
Add a weekly build to ensure project keeps working (#2)
* Also change URL for usage of template
1 parent 5d572e7 commit 6a67d6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '0 0 * * 6'
37

48
env:
59
CI: "ON"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This project offers a ready to use integration of stdlib for CMake, including an
4343
Additionally, some boilerplate text in the README is available below as well as a testing setup with GitHub actions for GCC.
4444
The general CMake style should allow you to reuse most of the CMake build files *without* modification, just change the project name, add your source files and you are ready to go.
4545

46-
You can [just *use this template* to create new project](https://github.com/awvwgk/stdlib-cmake-example/generate).
46+
You can [just *use this template* to create new project](https://github.com/fortran-lang/stdlib-cmake-example/generate).
4747
Remove this introduction from the README afterwards and fill in your project details.
4848

4949
For more information on stdlib visit its [documentation](https://stdlib.fortran-lang.org).

0 commit comments

Comments
 (0)