aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-16 23:33:12 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-16 23:34:21 +0200
commit92635d120316dc3d3b603649c8713b50a753d32d (patch)
tree741e9a7977bd3cdc19db1cd4b74bf5a35337402f /TODO
parent1019ed5758d97da4a3376da3af1f38a7b99dc93f (diff)
downloadqpdf-92635d120316dc3d3b603649c8713b50a753d32d.tar.zst
Add GitHub Actions workflow
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index cbd317e8..0718ee2e 100644
--- a/TODO
+++ b/TODO
@@ -91,6 +91,19 @@ Fuzz Errors
18745, 20391, 23581
* Timeout: 15471, 17630
+GitHub Actions
+==============
+
+* Actions are triggered on push to main and master. When we eventually
+ rename master to main, make sure the reference to master is removed
+ from .github/workflows/*.yml.
+
+* At the time of migrating from Azure Pipelines to GitHub Actions
+ (2020-10), there was no standard test result publisher (to replace
+ the PublishTestResults@2 task). There are some third-party actions,
+ but I'd rather not depend on them. Keep an eye open for this coming
+ to GitHub Actions.
+
Windows Build
=============