dependabot[bot]
2960172124
Bump github/codeql-action from 1 to 2 ( #138 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 22:58:23 +00:00
dependabot[bot]
f132be810e
Bump actions/cache from 2 to 3 ( #137 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 22:46:45 +00:00
スノル
152b85e982
Update dependencies ( #133 )
...
* Use `fs.rmSync` instead of `fs.rmdirSync`.
To get rid of the deprecation warning. #119
* Update dependencies.
2023-02-09 23:00:27 +00:00
Dilum Aluthge
57ce80e73c
macOS: Default to tarball (.tar.gz) if available ( #117 )
...
* On macOS, first try to find a tarball (`.tar.gz`) file, but fall back to `.dmg` if we can't find a tarball
* Add an "Example builds" job for Julia 1.2
2022-08-10 14:54:47 +02:00
Dilum Aluthge
3a89763b86
Fix the "default arch" code path with Julia nightly (and add a CI job for that code path) ( #115 )
2022-06-25 09:26:39 +02:00
Dilum Aluthge
8474f0e14d
Default to ${{ runner.arch }} instead of to x64 ( #114 )
...
* If the user does not specify the `arch` input, default to `${{ runner.arch }}` (instead of defaulting to `x64`)
* Add a CI workflow that tests the default arch (i.e. tests what happens when the user does not specify the `arch` input)
2022-06-24 14:39:02 +02:00
Sascha Mann
a07a9b4c49
Use --legacy-peer-deps to avoid npm bullshit ( #112 )
2022-06-20 18:34:11 -04:00
Sascha Mann
f29cb961e8
Add manual trigger for example builds ( #90 )
2022-04-28 02:45:33 +00:00
Sascha Mann
2bb1080a55
Use 1.8-nightly in scheduled tests ( #94 )
2022-03-12 19:19:06 +01:00
Sascha Mann
f577b7c336
Use 1.7-nightly in scheduled test builds ( #83 )
2021-06-27 01:50:21 +02:00
Sascha Mann
e11d58a9c2
Change show-versioninfo to always print full info for nightlies ( #68 )
...
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info >
2021-01-13 09:35:46 +00:00
Sascha Mann
531b2e0973
Support release nightlies ( #63 )
...
* Support release nightlies
See #62
* Replace == nightly with endsWith nightly
* Use majorMinorMatch, not full match
* Replace more (in-)equality checks
* Reduce number of duplicate CI builds
* Add example to docs
* Tidy up nightly conditions
2021-01-07 23:09:50 -05:00
Sascha Mann
cc05ac4a7c
Add automated backup workflow ( #56 )
2020-12-19 13:28:43 +01:00
Sascha Mann
6d01ffa228
[CI] Add CodeQL checks ( #55 )
2020-12-17 13:41:13 +01:00
Sascha Mann
c639390e13
Handle install directories using tool-cache ( #46 )
...
* Make test builds more verbose
* Handle install directories using tool-cache
* Bump version to 1.3.0-DEV
2020-09-26 18:20:43 +02:00
Sascha Mann
01ebb7f57a
Update example-builds-nightly.yml
2020-08-26 21:14:23 +02:00
Sascha Mann
e8b6657769
Fix debug step order
2020-07-07 13:51:16 +02:00
Sascha Mann
9935e37e60
Add debug info to nightly builds and increase frequency temporarily
2020-07-06 00:41:49 +02:00
Sascha Mann
a81735fc3d
Add Julia 1.5.0-beta1
2020-05-29 10:24:13 +02:00
Sascha Mann
b440227ef4
Use @zeit/ncc to distribute action
2020-03-24 20:05:33 +01:00
Sascha Mann
e07eb0ff2a
Remove debugging steps from workflows
2020-03-22 18:16:49 +01:00
Sascha Mann
150b180e77
Fix v1.4.0-rc1 version string
2020-02-13 10:48:40 +01:00
Sascha Mann
4e8b9a1f06
Revert "Temporarily increase frequency of nightly builds"
...
This reverts commit 6c0c21977e .
2020-01-08 21:12:02 +01:00
Sascha Mann
6c0c21977e
Temporarily increase frequency of nightly builds
...
The download of the nightly linux binaries still fails seemingly randomly. To get more information, the build will be run every 15 minutes temporarily.
2019-12-09 11:34:15 +01:00
Sascha Mann
6a79c57a32
Include debug info in CI builds ( #19 )
2019-12-05 20:21:48 +01:00
Sascha Mann
d8b4778b2d
Add (scheduled) CI runs ( #15 )
2019-11-26 17:05:08 +01:00
Sascha Mann
d3bf4c48c9
Initial commit
2019-08-12 22:46:14 +00:00