Browse Source

Update '.drone.yml'

main
Henry Case 3 years ago
parent
commit
e3b0c56e38
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      .drone.yml

+ 3
- 5
.drone.yml View File

@@ -2,7 +2,9 @@
kind: pipeline kind: pipeline
type: exec type: exec
name: default name: default

node:
uarch: skylake
steps: steps:
- name: build - name: build
commands: commands:
@@ -13,7 +15,3 @@ steps:
- cmake .. - cmake ..
- make - make
- ./test - ./test


node:
uarch: skylake

Loading…
Cancel
Save