Files
super6502/.gitlab-ci.yml
2024-03-02 22:55:39 -08:00

16 lines
178 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
build hw:
stage: build
tags:
- efinity
- linux
script:
- source init_env.sh
- make hw