This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
m
/
osuv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add drone ci
main
Markus Bergholz
2 months ago
parent
1b6a23c18e
commit
6e969885be
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
.drone.yml
+ 15
- 0
.drone.yml
View File
@ -0,0 +1,15 @@
kind
:
pipeline
type
:
docker
name
:
default
steps:
-
name
:
build containers
image
:
ubuntu:20.04
environment:
DOCKER_HOST
:
"unix:///var/run/docker.sock"
commands:
-
apt update && apt install -y docker.io make
-
make containers
Write
Preview
Loading…
Cancel
Save