Migrate azure pipelines to github actions
commit63839605a7f9d5a0c0064d5dd9ef7a59e9f59e6e
authorJohnny Willemsen <jwillemsen@remedy.nl>
Thu, 8 Oct 2020 08:23:50 +0000 (8 10:23 +0200)
committerJohnny Willemsen <jwillemsen@remedy.nl>
Thu, 8 Oct 2020 08:23:50 +0000 (8 10:23 +0200)
tree66b2f9b1712dc3b79eecdce0377204e27b9fec42
parent7473e4b3dede5bb12dccbd2b61f0c88a5cc6119a
Migrate azure pipelines to github actions

    * azure-pipelines.yml:
      Deleted.

    * .github/workflows/fuzz.yml:
    * .github/workflows/linux.yml:
    * .github/workflows/macosx.yml:
    * .github/workflows/windows.yml:
      Added.
.github/workflows/fuzz.yml [new file with mode: 0644]
.github/workflows/linux.yml [new file with mode: 0644]
.github/workflows/macosx.yml [new file with mode: 0644]
.github/workflows/windows.yml [new file with mode: 0644]
azure-pipelines.yml [deleted file]