summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* fix build-windows in main.yamlJakub Witczak2023-04-201-1/+1
| | | | remove "-Win64" from source folder in move command
* Add GitHub actions version updaterTom2023-03-021-0/+22
| | | Add an action to update all GitHub actions, once per month
* Fix up references to ghcr.ioTom2023-03-024-17/+17
|
* gh: Update action dependenciesTom2023-02-241-2/+2
|
* github-ci: Switch to new Docker container namespaceTom2023-02-245-7/+6
| | | | | The new container namespace (ghcr.io) now supports GITHUB_TOKEN (see https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry), and when debugging locally, I found the new namespace was more robust. To see more about the migration process in general, visit: https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry
* update setup-wsl versionHenrik Nord2023-02-091-1/+1
|
* Merge branch 'maint'Jakub Witczak2022-12-062-3/+3
|\
| * gh: temporarily use 20.04 for some jobsJakub Witczak2022-12-052-3/+3
| | | | | | | | | | - https://github.com/actions/runner-images/issues/6673 - some jobs failed with ubuntu-22.04 which does not have rebar3
* | Convert from `::set-output` to `GITHUB_OUTPUT`Luke Bakken2022-10-254-17/+29
| | | | | | | | https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* | gh: Use prebuilt as cache to speedup buildLukas Larsson2022-10-185-111/+364
| |
* | gh: Bump versions of all actions to use node18Lukas Larsson2022-10-181-45/+45
| |
* | gh: Refactor docker images build 3pp's in baseLukas Larsson2022-10-182-49/+46
| |
* | gh: Add correct argument to base-image buildLukas Larsson2022-10-171-1/+1
| |
* | Merge branch 'maint'Lukas Larsson2022-10-174-19/+44
|\ \ | |/
| * Merge branch 'lukas/gh/maint-base-images' into maintLukas Larsson2022-10-174-19/+43
| |\ | | | | | | | | | | | | * lukas/gh/maint-base-images: Push versions of all branches
| | * Push versions of all branchesLukas Larsson2022-10-174-19/+43
| | |
* | | gh: Add test for compiling all flavors and typesLukas Larsson2022-10-051-0/+39
| | |
* | | Merge branch 'maint'Lukas Larsson2022-10-031-10/+11
|\ \ \ | |/ /
| * | gh: Move CT PR PublishLukas Larsson2022-09-231-10/+11
| |/ | | | | | | | | Sometimes the upload steps fails and then we still want to update the comment and add test results.
* | gh: Cache BASE image and cleanup ubuntu base buildLukas Larsson2022-09-272-29/+35
| |
* | kernel: Add support for Ctrl+O to open EDITOR in shellfrazze-jobb2022-09-261-1/+1
| | | | | | | | | | +tests for io:getline and pager to not show up in history +docker file update for gh action to install nano
* | gh: Filter out even more data from test resultsLukas Larsson2022-09-061-1/+15
| | | | | | | | | | | | The ssl test logs are massive (600 MB) so we have to trim individual test logs in order to end up below the 10GB github limit.
* | gh: Unify building of macOS and iOSLukas Larsson2022-08-292-14/+17
| |
* | kernel: Add tty tests using tmuxLukas Larsson2022-08-291-0/+7
| |
* | Merge branch 'maint'Lukas Larsson2022-08-282-4/+5
|\ \ | |/
| * gh: Update macOS runner versionLukas Larsson2022-08-281-3/+3
| |
| * gh: Test that FLAVOR=emu builds and installsLukas Larsson2022-08-281-1/+2
| |
* | tools: Install emacs for tools emacs_SUITELukas Larsson2022-08-181-0/+1
| |
* | Fix testing with space and unicodeLukas Larsson2022-08-181-0/+1
| |
* | Fix installation of docs to directory with space and unicodeLukas Larsson2022-08-183-9/+10
| |
* | gh: Fix 5d4a98174c9 to work properlyLukas Larsson2022-08-161-2/+2
| |
* | gh: Fix sync-github-prs when > 100 open prsLukas Larsson2022-08-161-2/+4
| |
* | gh: Fix get-pr-number to work with > 100 open PRsLukas Larsson2022-08-161-2/+19
| |
* | Merge branch 'maint'Lukas Larsson2022-07-082-2/+3
|\ \ | |/
| * gh: Use docker image cache when possibleLukas Larsson2022-07-082-2/+3
| |
* | Merge branch 'maint'Lukas Larsson2022-07-081-5/+1
|\ \ | |/
| * gh: Fix base image updateLukas Larsson2022-07-081-5/+1
| |
* | Merge branch 'maint'Lukas Larsson2022-07-088-82/+187
|\ \ | |/
| * gh: Enable headless x11 testingLukas Larsson2022-07-072-0/+4
| | | | | | | | | | Enable testing of observer/wx x11 things using a headless x11 server.
| * gh: Include emulator in all testsLukas Larsson2022-07-071-1/+1
| |
| * gh: Only upload erlang artifacts in order to optimize buildingLukas Larsson2022-07-077-79/+161
| |
| * gh: Add installation of old releases for compat testLukas Larsson2022-07-073-2/+21
| |
* | gh: Fix so that pre 24 releases can be builtLukas Larsson2022-06-272-1/+29
| |
* | gh: Fix PRs target to only run in upstream repoLukas Larsson2022-06-211-0/+1
| |
* | gh: Fix PRs to assign to tracking projectLukas Larsson2022-06-201-1/+1
| | | | | | | | | | | | The original commit 1f0ef79798 should have used the pull_request_target instead as otherwise the runner does not have permission to do what needs doing.
* | Merge branch 'maint'Lukas Larsson2022-06-172-1/+19
|\ \ | |/
| * gh: Add proper and jsx as deps for testingLukas Larsson2022-06-172-1/+19
| |
* | Merge branch 'maint'Lukas Larsson2022-06-171-1/+1
|\ \ | |/
| * Merge branch 'lukas/gh/fix-windows-build' into maintLukas Larsson2022-06-171-1/+1
| |\ | | | | | | | | | | | | * lukas/gh/fix-windows-build: gh: Bump Vampire/setup-wsl version
| | * gh: Bump Vampire/setup-wsl versionLukas Larsson2022-06-171-1/+1
| | | | | | | | | | | | | | | This fixes issue with The process 'C:\hostedtoolcache\windows\Ubuntu\18.4.0\x64\ubuntu1804.exe' failed with exit code 1