Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
grey_builder.yml 179 B
---
- name: Clean up any old builds (we are cross-mounted)
  command: make clean chdir=/runtime/src

- name: Build the runtime executable
  command: make linux chdir=/runtime/src