alcedo/.gitlab-ci.yml

21 lines
335 B
YAML
Raw Normal View History

2018-04-17 19:41:17 +01:00
image: nimlang/nim:alpine
variables:
GIT_DEPTH: "1"
cache:
paths:
- .nimble/*
before_script:
- 'apk update && apk add libressl-dev clang nasm grub'
- 'nimble update && nimble install nake'
- 'nim c nakefile'
compile:
stage: build
script:
- '~/.nimble/bin/nake build'
artifacts:
paths:
- myos.bin