Commit graph

107 commits

Author SHA1 Message Date
Gwilym Kuiper 7429219a4b Attempt to rewrite the release script to release all subcrates at the same time 2022-07-03 18:10:16 +01:00
renovate[bot] ed7cb39514
Update JamesIves/github-pages-deploy-action action to v4.3.4 2022-06-26 16:30:38 +00:00
Renovate Bot 98d058eecc
Update actions/cache action to v3.0.4 2022-06-07 21:24:18 +00:00
Renovate Bot 9a384b0e78
Update actions/cache action to v3.0.3 2022-05-31 10:13:46 +00:00
Renovate Bot cd92a728c2
Update JamesIves/github-pages-deploy-action action to v4.3.3 2022-04-26 04:20:42 +00:00
Renovate Bot 82310b1b95
Update JamesIves/github-pages-deploy-action action to v4.3.2 2022-04-23 22:12:55 +00:00
Renovate Bot 5d41f7c0d1
Update actions/cache action to v3.0.2 2022-04-11 11:54:38 +00:00
Renovate Bot ef354f446f
Update JamesIves/github-pages-deploy-action action to v4.3.0 2022-04-04 15:17:03 +00:00
Renovate Bot 425b71ac1d
Update actions/cache action to v3.0.1 2022-03-30 10:53:29 +00:00
Gwilym Kuiper 2a99fd780e Use git describe --tags rather than plain git describe 2022-03-28 23:00:18 +01:00
Gwilym Kuiper ab3f1194ce Install gbafix before building the examples 2022-03-28 22:49:07 +01:00
Gwilym Kuiper 0c2f62e42c Fetch tags when doing a release 2022-03-28 22:41:36 +01:00
Renovate Bot 0f044f4dc0
Update actions/cache action to v3 2022-03-21 11:38:07 +00:00
Gwilym Kuiper 97d043d505 Use a setup-mdbook action 2022-03-05 20:58:15 +00:00
Renovate Bot 9e15f0bf65
Update actions/checkout action to v3 2022-03-01 20:05:55 +00:00
Gwilym Kuiper 9f2cbdee85 setup just in a different step for update lockfiles 2022-02-26 21:26:32 +00:00
Gwilym Kuiper 4ee2fcf749
Merge pull request #173 from gwilymk/add-justfile
Add justfile
2022-02-24 22:26:38 +00:00
Gwilym Kuiper 5c71a997ce Only set the username and email in the one command it matters 2022-02-24 22:24:47 +00:00
Gwilym Kuiper fdaaa1fc77 Use -execdir to update the lockfiles 2022-02-24 22:03:13 +00:00
GBA bot 52a0f87e3c Use cargo update rather than cargo generate-lockfile 2022-02-24 21:56:43 +00:00
Gwilym Kuiper 67fbca07e4 Use just in the action 2022-02-24 21:38:24 +00:00
Gwilym Kuiper 553ba33c82 Move book building to just as well 2022-02-24 21:36:18 +00:00
Gwilym Kuiper c228910885 Also ensure the release goes as intended 2022-02-24 21:35:02 +00:00
Gwilym Kuiper 432ea71966 Migrate build-example-gba-files to just 2022-02-24 21:32:11 +00:00
Gwilym Kuiper 6ebe23cef6 Actually checkout the repo too 2022-02-24 20:31:39 +00:00
Gwilym Kuiper af5b8c181a Handle no updates 2022-02-24 20:30:15 +00:00
Gwilym Kuiper 218058cfd5 Add github action for updating the lockfiles 2022-02-24 20:25:44 +00:00
Gwilym Kuiper c2daa64329
Merge pull request #169 from agbrs/renovate/jamesives-github-pages-deploy-action-4.x
Update JamesIves/github-pages-deploy-action action to v4.2.5
2022-02-24 20:11:51 +00:00
Corwin 0f4cbc8e09 try caching mgba? 2022-02-22 23:21:53 +00:00
Renovate Bot 5e14a75a12
Update JamesIves/github-pages-deploy-action action to v4.2.5 2022-02-16 15:31:25 +00:00
Renovate Bot dc6d51db86
Update JamesIves/github-pages-deploy-action action to v4.2.3 2022-01-31 14:30:51 +00:00
Corwin Kuiper 4ca29eb0c3 close issue if there is nothing to be done 2022-01-21 00:11:08 +00:00
Gwilym Kuiper e0b43acf42 Move building the book to its own workflow since it takes forever to install mdbook 2022-01-12 23:28:12 +00:00
Gwilym Kuiper 43f806f116 Add deploying the book as a step for releasing agb 2022-01-12 23:13:31 +00:00
Gwilym Kuiper fdc234b60b Add a step to build the book to the normal branch build 2022-01-12 23:11:54 +00:00
Gwilym Kuiper 0aa5d51c6f Build example gba files into examples/target 2022-01-12 22:57:47 +00:00
Gwilym Kuiper c0bf88e771 Fix typo 2022-01-12 22:57:42 +00:00
Gwilym Kuiper bead62911a Prefixing a string with a * in yaml is apparently not allowed 2022-01-12 22:52:27 +00:00
Gwilym Kuiper 71e2e64c48 Replace all the crate builds with a single 'publish subcrate' 2022-01-12 22:48:37 +00:00
Gwilym Kuiper da1fea86fe Add generic publish crate script 2022-01-12 22:46:48 +00:00
Gwilym Kuiper b7d52c8ec2 Replace the many steps in the build with just running the script 2022-01-12 22:42:55 +00:00
Gwilym Kuiper 231db021a6 Have just 1 script which runs all the different parts of the build 2022-01-12 22:42:11 +00:00
Gwilym Kuiper fc6c575b88 Add 'publish-agb-fixnum' workflow 2022-01-12 22:06:19 +00:00
Corwin Kuiper 47b53819fd fix the rust run 2022-01-08 12:07:56 +00:00
Corwin Kuiper fa03d64b59 make changes to release and actions 2022-01-08 12:05:41 +00:00
GBA bot 8a197dbd2b Build the pong example from the book as a real example 2022-01-01 22:46:37 +00:00
GBA bot 5704531ecb Check consistency on pull request and push 2022-01-01 22:15:52 +00:00
GBA bot 5f2fd8fb54 Check if all gba.ld and gba_mb.ld files are the same 2022-01-01 22:11:01 +00:00
Renovate Bot 58f2e801ee
Update actions/cache action to v2.1.7 2022-01-01 21:07:00 +00:00
GBA bot 34a492443c Push the zip files to the release on github 2022-01-01 20:23:18 +00:00