Compare commits
1 Commits
master
...
ce00bf5c70
Author | SHA1 | Date | |
---|---|---|---|
ce00bf5c70 |
@@ -1,13 +1,13 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
tests:
|
tests:
|
||||||
image: rust:1.80
|
image: rust:1.63
|
||||||
commands:
|
commands:
|
||||||
- "apt update"
|
- "apt update"
|
||||||
- "apt install -y lsof"
|
- "apt install -y lsof"
|
||||||
- "cargo test"
|
- "cargo test"
|
||||||
|
|
||||||
build_release:
|
build_release:
|
||||||
image: rust:1.80
|
image: rust:1.63
|
||||||
commands:
|
commands:
|
||||||
- "cargo install cargo-deb cargo-generate-rpm"
|
- "cargo install cargo-deb cargo-generate-rpm"
|
||||||
- "cargo build --release"
|
- "cargo build --release"
|
||||||
|
@@ -1,7 +0,0 @@
|
|||||||
FROM rust:1.80
|
|
||||||
|
|
||||||
WORKDIR /src
|
|
||||||
|
|
||||||
RUN apt update
|
|
||||||
RUN apt install -y lsof
|
|
||||||
|
|
@@ -1 +0,0 @@
|
|||||||
docker-cargo.sh
|
|
@@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
docker run --rm -v $(pwd):/src --name zealot zealot cargo $@
|
|
||||||
|
|
@@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
docker build -t zealot .
|
|
||||||
|
|
Reference in New Issue
Block a user