Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-25 | GitHub Actions: run them on pull requests as well | Dirk Hohndel | |
I wonder if this will cause issues where the actions sometimes run twice. But we'll deal with that rather than dealing with not having the tests on pull requests. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2019-10-19 | GitHub Action: add iOS build | Dirk Hohndel | |
This is incredibly brute force, downloading a 3+GB installer and installing all of the Qt/iOS binaries. This first attempt is mainly to get an idea how long this will take and if this will fit within the size constraints of the build VM. This commit doesn't even try to build, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |