Switch to jsonnet syntax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-11 13:35:36 -08:00
parent b07ea8fe9c
commit d6f53076c0
2 changed files with 15 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: gcc
commands:
- cd code/compiler/09
- mkdir build && cd build