mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
wip: 🔕 temporary commit
This commit is contained in:
parent
2664c467c0
commit
e91a6f99fd
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [linux, darwin, windows] # freebsd
|
os: [linux, darwin, windows] # freebsd
|
||||||
arch: [amd64, arm64] # 386
|
arch: [amd64, arm64] # 386
|
||||||
needs: [golangci-lint, go-test]
|
needs: [golangci-lint, go-test]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -58,11 +58,11 @@ jobs:
|
|||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
LDFLAGS: -s -w -X gh.tarampamp.am/error-pages/internal/appmeta.version=${{ steps.slug.outputs.commit-hash-short }}
|
LDFLAGS: -s -w -X gh.tarampamp.am/error-pages/internal/appmeta.version=${{ steps.slug.outputs.commit-hash-short }}
|
||||||
run: go build -trimpath -ldflags "$LDFLAGS" -o ./error-pages ./cmd/error-pages/
|
run: go build -trimpath -ldflags "$LDFLAGS" -o ./error-pages ./cmd/error-pages/
|
||||||
- if: contains(runner.os, matrix.os) && contains(runner.arch, matrix.arch)
|
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||||
run: ./error-pages --version && ./error-pages -h
|
run: ./error-pages --version && ./error-pages -h
|
||||||
- if: contains(runner.os, matrix.os) && contains(runner.arch, matrix.arch)
|
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||||
run: mkdir ./out && ./error-pages --log-level=debug build --index --target-dir ./out
|
run: mkdir ./out && ./error-pages --log-level=debug build --index --target-dir ./out
|
||||||
- if: contains(runner.os, matrix.os) && contains(runner.arch, matrix.arch)
|
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||||
run: |
|
run: |
|
||||||
test -f ./out/index.html
|
test -f ./out/index.html
|
||||||
test -f ./out/ghost/404.html
|
test -f ./out/ghost/404.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user