You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
441 B
YAML

3 years ago
kind: pipeline
name: default
type: docker
steps:
- name: Build
3 years ago
image: deukhoofd/dotnet-builder
3 years ago
commands:
- export PATH=$PATH:$home/dotnet
- export DOTNET_ROOT=$PATH:$home/dotnet
3 years ago
- dotnet build -c Release
- name: Tests
3 years ago
image: deukhoofd/dotnet-builder
3 years ago
commands:
- export PATH=$PATH:$home/dotnet
- export DOTNET_ROOT=$PATH:$home/dotnet
3 years ago
- export LD_LIBRARY_PATH=.
3 years ago
- dotnet test -v n