Trying a different base for tests

This commit is contained in:
Eduard Urbach 2019-09-11 09:14:21 +09:00
parent 19ed32d0fd
commit 192f2df1e3
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -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