File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 10
10
- dotnet restore
11
11
- pwd
12
12
- ls -sl
13
- - cd test/LearningCSharp.Test
14
- - dotnet build
15
- - cd src/LearningCSharp.Service
16
- - dotnet build
13
+ - chmod +x build.sh
14
+ - ./build.sh
17
15
only :
18
- - master
19
- tags :
20
- - docker
21
-
22
- job2 :
23
- stage : test
24
- script :
25
- - cd test/LearningCSharp.Test
26
- - dotnet restore
27
- - dotnet build
28
- - dotnet test
29
- only :
30
- - master
16
+ - ci_test
31
17
tags :
32
18
- docker
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ learning Github
5
5
6
6
| Circle CI| MyGet CI| Travis CI| Appveyor CI| GitLab CI|
7
7
| :-------:| :------:| :-------:| :---------:| :-------:|
8
- | [ ![ Circle CI] ( https://circleci.com/gh/f7q/learning.svg?style=svg )] ( https://circleci.com/gh/f7q/learning ) | [ ![ learning MyGet Build Status] ( https://www.myget.org/BuildSource/Badge/learning?identifier=51208b8b-a669-446a-9ce5-c271dda9d59c )] ( https://www.myget.org/ ) | [ ![ Build Status] ( https://travis-ci.org/f7q/learning.svg?branch=master )] ( https://travis-ci.org/f7q/learning ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/2a8ootborxq0689u?svg=true )] ( https://ci.appveyor.com/project/f7q/learning ) | [ ![ build status] ( https://gitlab.com/f7Q/learning/badges/master/build .svg )] ( https://gitlab.com/f7Q/learning/commits/master ) |
8
+ | [ ![ Circle CI] ( https://circleci.com/gh/f7q/learning.svg?style=svg )] ( https://circleci.com/gh/f7q/learning ) | [ ![ learning MyGet Build Status] ( https://www.myget.org/BuildSource/Badge/learning?identifier=51208b8b-a669-446a-9ce5-c271dda9d59c )] ( https://www.myget.org/ ) | [ ![ Build Status] ( https://travis-ci.org/f7q/learning.svg?branch=master )] ( https://travis-ci.org/f7q/learning ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/2a8ootborxq0689u?svg=true )] ( https://ci.appveyor.com/project/f7q/learning ) | [ ![ pipeline status] ( https://gitlab.com/f7Q/learning/badges/ci_test/pipeline .svg )] ( https://gitlab.com/f7Q/learning/commits/ci_test ) |
9
9
10
10
- C#
11
11
- dotnet Core
You can’t perform that action at this time.
0 commit comments