Commit Graph

19 Commits

Author SHA1 Message Date
inky
98b1bc2639 Remove link trailing dot (#51) 2024-01-19 20:59:06 -05:00
Ian Butterworth
90dd6f23eb add suggestion to use cache action if no depot is detected (#41) 2024-01-05 14:39:52 -05:00
Lukas Grunwald
5484b0e27f Add localregistry input option (#38)
* Add localregistry input option

Option to add local registries to build process by specifying their url (https). Authentication to the repos  via user GitHub token.

* Backward compatible keyword syntax and Wrap new code in VERSION > 1.5

* Update Interface&README, add git_cli amd remove token flag

Provide multiple remotes separated with |
Add example to ReadMe
Support for private repos/packages with SSH protocol

* Update README.md

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Print warn mesasge if git_cli = true with Julia<1.7.

* Add `::notice::` formatting

---------

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2023-11-08 09:56:55 +01:00
Octogonapus
00f9fd6b26 Add a retry around Pkg.build (#23)
* Add a retry around Pkg.build

* Update action.yml
2023-09-22 11:41:04 +02:00
Fredrik Ekre
72ddd0fcdc Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. (#33) 2023-03-13 18:32:34 +01:00
Fredrik Ekre
7c59a056df Revert shortcut for missing deps/build.jl file. (#32) 2023-03-13 13:09:48 +01:00
Fredrik Ekre
fcafde1b68 Use eager Pkg server registry instead of git cloning (#31)
* Use eager Pkg server registry instead of git cloning

This patch removes the git cloning of General and instead uses the eager
registry flavor. In addition, the action exits early if no deps/build.jl
file exist.

* Use env: key instead.
2023-03-13 12:20:47 +01:00
Ian Butterworth
252d4686a5 Fix add_general_registry (#28) 2022-12-20 11:52:13 +01:00
Ian Butterworth
139ec78da3 Disable autoprecompile by default (#26) 2022-12-17 18:35:44 +01:00
Curtis Vogt
f995fa4149 Support setting the Julia project (#15) 2021-07-08 13:01:30 +02:00
Dilum Aluthge
1b0a69ab74 Put the General registry clone inside a bounded retry loop (#13)
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-01-04 11:30:54 +01:00
Takafumi Arakaki
74a86a50b0 Avoid delay after package registration by cloning General (#6)
* Avoid delay after package registration by cloning General

* Fix yaml

* Copy the full comments from julia-runtest
2020-09-09 21:43:16 +02:00
Sascha Mann
9ae2dda33d Fix indentation 2020-08-07 23:36:23 +02:00
Sascha Mann
be49d4414f Change quotation marks? 2020-08-07 23:36:23 +02:00
Sascha Mann
d9e01f75e7 Add branding 2020-08-07 23:36:23 +02:00
Sascha Mann
3e27cb98d2 Convert to composite action 2020-08-07 23:36:23 +02:00
David Anthoff
38734de96b Turn runtest into buildpkg action 2019-09-23 13:58:15 -07:00
David Anthoff
67aa1a94f6 Update action.yml 2019-09-14 21:03:29 -07:00
David Anthoff
3259d7ae88 Initial commit 2019-09-14 20:52:51 -07:00