Trying a different base for tests
This commit is contained in:
parent
19ed32d0fd
commit
192f2df1e3
@ -3,12 +3,12 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang
|
image: archlinux/base
|
||||||
environment:
|
environment:
|
||||||
ARN_ROOT: /drone/src
|
ARN_ROOT: /drone/src
|
||||||
commands:
|
commands:
|
||||||
|
- pacman -S go nodejs npm
|
||||||
- go version
|
- go version
|
||||||
- apt-get install nodejs npm
|
|
||||||
- npm install -g typescript
|
- npm install -g typescript
|
||||||
- go mod download
|
- go mod download
|
||||||
- make tools
|
- make tools
|
||||||
|
Loading…
Reference in New Issue
Block a user