ci: Fix up CI configuration.
This commit is contained in:
parent
eee307de7d
commit
f73ddcbc23
|
@ -31,7 +31,6 @@ jobs:
|
|||
- run:
|
||||
name: Run a site initialization once to install Rookeries plugins and templates
|
||||
command: |
|
||||
# Initial run to resolve test issue.
|
||||
INITIAL_RUN=$(mktemp -d)
|
||||
cargo run -- init ${INITIAL_RUN}
|
||||
- run:
|
||||
|
@ -67,7 +66,7 @@ jobs:
|
|||
command: cargo make test-plugins
|
||||
|
||||
# TODO: Add ability to upload releases to api.rookeries.org/
|
||||
publish-linux-latest:
|
||||
publish-linux:
|
||||
docker:
|
||||
- image: dorianpula/rookeries-build:latest
|
||||
steps:
|
||||
|
@ -85,7 +84,7 @@ jobs:
|
|||
- store_artifacts:
|
||||
path: rookeries-linux-latest.bin.shasum512
|
||||
|
||||
publish-macos-latest:
|
||||
publish-macos:
|
||||
macos:
|
||||
xcode: "11.3.1"
|
||||
steps:
|
||||
|
@ -109,7 +108,7 @@ jobs:
|
|||
- store_artifacts:
|
||||
path: rookeries-darwin-latest.bin.shasum512
|
||||
|
||||
publish-freebsd-latest:
|
||||
publish-freebsd:
|
||||
docker:
|
||||
- image: "dorianpula/rookeries-build:freebsd-latest"
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue