diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-12 23:15:57 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-12 23:19:29 -0400 |
| commit | 733ea40b411e38f690988c612daa0c5e4733cd1b (patch) | |
| tree | 4b37a1e0c615c13d5f122298eebc9a071401b0cd /.github | |
| parent | e1d75b03fbec474113b80edd19d682caec44b8f2 (diff) | |
Dropping appveyor build in favour of GH Actions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 18 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
2 files changed, 2 insertions, 18 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4eb0e413..e44bb208 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,19 +2,7 @@ name: Docker Build on: [push] jobs: - # login: - # runs-on: ubuntu-latest - - # steps: - # - uses: actions/docker/login@master - # secrets: [DOCKER_USERNAME, DOCKER_PASSWORD] - # env: - # DOCKER_REGISTRY_URL: docker.pkg.github.com - docker_version: - runs-on: ubuntu-latest - steps: - - run: docker version - build: + docker-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master @@ -22,7 +10,3 @@ jobs: run: make docker-images env: DOCKER_BUILDKIT: '1' - # - uses: actions/setup-go@v1 - # with: - # go-version: '1.12.9' - diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7678cb46..7d706820 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,7 +2,7 @@ name: Windows Build on: [push] jobs: - build: + windows-build: runs-on: windows-latest env: TMP: D:\tmp |
