Commit Graph

69 Commits

Author SHA1 Message Date
Erik Svedäng
fc7aecc825 chore: Try scoop install zip --global 2020-12-20 21:13:32 +01:00
Erik Svedäng
5bcc5379f6 chore: Install zip with bash instead 2020-12-20 15:05:22 +01:00
Erik Svedäng
bae018aae2 chore: Install zip using Scoop in release script 2020-12-20 14:49:11 +01:00
Erik Svedäng
a83d598719 chore: Using bash to get the tag name 2020-12-20 14:31:12 +01:00
Erik Svedäng
124f04a3b8 chore: Use simple Haskell setup on macOS builds 2020-12-20 14:18:51 +01:00
Erik Svedäng
4eed3e847a chore: Use bash when running release script on Windows 2020-12-19 23:04:05 +01:00
Erik Svedang
a9c8109ace fix: Use correct pattern on windows release script 2020-11-30 23:55:44 +01:00
Erik Svedang
e87c58d33e fix: Typo in release script 2020-11-30 23:44:59 +01:00
Erik Svedäng
b957b5202f fix: Use Scoop on windows release script 2020-11-30 21:48:58 +01:00
Erik Svedäng
fc0bc3a515 feat: Windows release script (naive attempt) 2020-11-30 21:40:51 +01:00
jacereda
d742c24097
Compile with -Wall. (#1011)
* Prepare for -Wall.

* Address unused imports.

* Address missing signatures.

* Address unused do bind.

* Address type defaults.

* Address orphans.

* Switch to nixos-20.09.
2020-11-24 14:06:42 +01:00
Tim Dévé
1b87bfbcb9
Skips publishing docs if the branch is not master (#985) 2020-11-20 15:11:35 +01:00
Erik Svedang
b5d0a442fb fix: Just copy all the files in docs, for now 2020-11-19 20:29:09 +01:00
Erik Svedang
b3442bae5c fix: Subfolder? 2020-11-19 20:20:17 +01:00
Erik Svedang
6c523cf8ab fix: Wrong secret 2020-11-19 20:09:23 +01:00
Erik Svedang
ff8afed34b fix: Kebab case 2020-11-19 19:55:13 +01:00
Erik Svedang
f099b5ef78 fix: Trying out another copying script (temporarily removed the tests) 2020-11-19 19:44:39 +01:00
Erik Svedang
637b66c88c fix: Trying out another copying script (temporarily removed the tests) 2020-11-19 19:43:03 +01:00
Erik Svedang
7e5f97c30f fix: Trying random things 2020-11-18 23:40:19 +01:00
Erik Svedang
c5dacdeed9 fix: Once more, with feeling 2020-11-18 23:28:47 +01:00
Erik Svedäng
08d998ede5 fix: Reverting to old config of the copy action to see if that helps 2020-11-18 23:03:18 +01:00
Erik Svedäng
d50c14850c fix: Try some debug logging 2020-11-18 22:40:56 +01:00
Erik Svedäng
e08a69c9aa fix: Update doc links 2020-11-18 22:12:19 +01:00
Erik Svedang
1f4302afeb fix: Neater commit message on carp-docs 2020-11-18 15:56:18 +01:00
Erik Svedang
42e9eb20a4 fix: Move copy docs back to bottom 2020-11-18 09:33:17 +01:00
Erik Svedang
d145bab677 fix: Temporarily move copy docs action to top, for easier debugging 2020-11-18 09:29:49 +01:00
Erik Svedang
eb8cee00db feat: Copy docs to external repository 2020-11-18 00:04:43 +01:00
Erik Svedang
232ba9d9b1 Better bash in release.sh 2020-11-15 21:35:52 +01:00
Erik Svedang
1d14e2d995 Need quotes around the name. 2020-11-15 21:18:01 +01:00
Erik Svedang
1b508cf56e Remove suffix from release name 2020-11-15 21:13:54 +01:00
Erik Svedang
5da3fd8126 Probably need the name here too 2020-11-15 21:01:29 +01:00
Erik Svedang
306039b7af Trying to release on macOS again. 2020-11-15 20:49:17 +01:00
Tim Dévé
8fd33e20c3 Uncomment release_macos workflow as it is now in disabled folder 2020-11-11 21:37:49 +00:00
Tim Dévé
76470b2adc Moves disabled workflow into own folder 2020-11-11 21:37:21 +00:00
Tim Dévé
95fcc7af74 Enables SDL tests in MacOS CI 2020-11-11 17:03:00 +00:00
Tim Dévé
b68598ac24 Runs SDL tests on linux CI 2020-11-10 21:36:07 +00:00
Tim Dévé
4971be73f4 Moves scripts in scripts folder 2020-11-09 10:51:11 +00:00
Tim Dévé
56499c652e Disables cache for MacOS CI
The MacOS CI seems to only be green when the cache is missed
so it seems there is something bad left in there between run.

Disabling for now until we figure out what that is.
2020-11-07 20:22:49 +00:00
Tim Dévé
10cfe4e9f1 Renames CI workflow to Linux CI for consistency's sake 2020-11-07 18:20:38 +00:00
Tim Dévé
9dc9a9d55d Removes usage of add-path as it is being deprecated
add-path in Github Actions is considered a "moderate security vulnerability", see:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-07 18:17:27 +00:00
Tim Dévé
d91a3dd6ff Removes usage of set-env as it is being deprecated
set-env in Github Actions is considered a "moderate security vulnerability", see:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-07 18:17:15 +00:00
Muhammed Zakir
7e591804a8
Move env command before cache 2020-09-25 10:39:15 +00:00
Muhammed Zakir
d38c6b706e
Move action-cache before action-setup-haskell 2020-09-25 10:13:20 +00:00
Muhammed Zakir
c6caa3aeff
set stack version to 2.3.1 instead of latest 2020-09-24 17:51:20 +00:00
Muhammed Zakir
73ce5860b0
Test github action mac build 2020-09-24 17:28:09 +00:00
Erik Svedang
e43f4eb93d Nicer name? 2020-09-21 22:26:39 +02:00
Erik Svedang
d8410f4000 Disable macOS release for now. 2020-09-21 22:13:04 +02:00
Erik Svedang
33f2cb5906 Try releasing on Linux instead. 2020-09-21 22:04:34 +02:00
Erik Svedang
06de06dd3d Remove a bunch of code. 2020-09-21 21:51:59 +02:00
Erik Svedang
900c839409 Try again. 2020-09-21 21:37:17 +02:00