Skip to content

Commit

Permalink
add gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafntor committed Apr 18, 2019
1 parent ee17451 commit d0e72eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

image: mono

stages:
- build

bdhero:
stage: build
script:
- ls -l ./
- ls -l ./src
- nuget restore src/BDHero.sln
- msbuild src/BDHero.sln /p:Configuration=Release
- ls -l ./
- ls -l ./artifacts
- ls -l ./artifacts/Portable
artifacts:
paths:
- ./packages/Portable


0 comments on commit d0e72eb

Please sign in to comment.