mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-15 18:56:18 +00:00
adding build
This commit is contained in:
17
.circleci/config.yaml
Normal file
17
.circleci/config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: microsoft/dotnet:2-sdk
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: build
|
||||
command: dotnet restore
|
||||
- run:
|
||||
name: Print the Current Time
|
||||
command: date
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
name: Build script
|
||||
command: ./build.sh
|
||||
Reference in New Issue
Block a user