File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.9 )
4
4
project (render_pipeline
5
- VERSION 0.5 .0
5
+ VERSION 0.6 .0
6
6
DESCRIPTION "Render Pipeline C++ project"
7
7
LANGUAGES CXX
8
8
)
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ This project is C++ ported version of [Render Pipeline](https://github.com/tobsp
5
5
And I am developing the project and new features for CR Software Framework (...).
6
6
7
7
#### Build Status
8
- | OS | Build Status | Latest Build |
9
- | :------: | :---------------------- : | :-----------------------------------------------------------------------------: |
10
- | Windows | [ ![ win -badge]] [ win -link] | vc140 ([ Release] [ vc140-release ] )<br />vc141 ([ Debug] [ vc141-debug ] , [ Release] [ vc141-release ] ) |
8
+ | OS | Build Status | Latest Build |
9
+ | :------: | :--------------------: | :------------ -----------------------------------------------------------------------------: |
10
+ | Windows | [ ![ ci -badge]] [ ci -link] | vc140 ([ Release] [ vc140-release ] )<br />vc141 ([ Debug] [ vc141-debug ] , [ Release] [ vc141-release ] ) |
11
11
12
- [ win -badge] : https://ci.appveyor.com/api/projects/status/uo5j9rd751aux6l1/branch/master?svg=true " AppVeyor build status "
13
- [ win -link] : https://ci.appveyor.com/project/bluekyu/render-pipeline-cpp/branch/master " AppVeyor build link "
12
+ [ ci -badge] : https://ci.appveyor.com/api/projects/status/uo5j9rd751aux6l1/branch/master?svg=true " AppVeyor build status "
13
+ [ ci -link] : https://ci.appveyor.com/project/bluekyu/render-pipeline-cpp/branch/master " AppVeyor build link "
14
14
[ vc140-release ] : https://ci.appveyor.com/api/projects/bluekyu/render-pipeline-cpp/artifacts/render_pipeline_cpp.7z?branch=master&job=Image%3A+Visual+Studio+2015%3B+Configuration%3A+Release " Download latest vc140 build (Release) "
15
15
[ vc141-debug ] : https://ci.appveyor.com/api/projects/bluekyu/render-pipeline-cpp/artifacts/render_pipeline_cpp.7z?branch=master&job=Image%3A+Visual+Studio+2017%3B+Configuration%3A+Debug " Download latest vc141 build (Debug) "
16
16
[ vc141-release ] : https://ci.appveyor.com/api/projects/bluekyu/render-pipeline-cpp/artifacts/render_pipeline_cpp.7z?branch=master&job=Image%3A+Visual+Studio+2017%3B+Configuration%3A+Release " Download latest vc141 build (Release) "
You can’t perform that action at this time.
0 commit comments