Skip to content

Commit

Permalink
Remove all mentions of Drone
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Aug 12, 2018
1 parent 676dfbc commit 426db2b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 34 deletions.
3 changes: 0 additions & 3 deletions chapter-01/recipe-01/c-example/menu.yml

This file was deleted.

3 changes: 0 additions & 3 deletions chapter-01/recipe-01/cxx-example/menu.yml

This file was deleted.

3 changes: 0 additions & 3 deletions chapter-01/recipe-02/c-example/menu.yml

This file was deleted.

3 changes: 0 additions & 3 deletions chapter-01/recipe-02/cxx-example/menu.yml

This file was deleted.

3 changes: 0 additions & 3 deletions chapter-01/recipe-03/cxx-example/menu.yml

This file was deleted.

3 changes: 0 additions & 3 deletions chapter-01/recipe-03/cxx-objlib-example/menu.yml

This file was deleted.

3 changes: 0 additions & 3 deletions chapter-01/recipe-04/cxx-example/menu.yml

This file was deleted.

9 changes: 7 additions & 2 deletions chapter-01/recipe-05/cxx-example/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ appveyor-msys:
definitions:
- USE_LIBRARY: 'ON'

drone:
circle-intel:
definitions:
- CMAKE_CXX_COMPILER: 'pgc++'
- CMAKE_CXX_COMPILER: 'icpc'
- USE_LIBRARY: 'ON'

circle-pgi:
definitions:
- CMAKE_CXX_COMPILER: 'pgc++'
- USE_LIBRARY: 'ON'

travis-linux:
definitions:
- USE_LIBRARY: 'ON'
Expand Down
4 changes: 0 additions & 4 deletions chapter-01/recipe-06/example/menu.yml

This file was deleted.

8 changes: 5 additions & 3 deletions chapter-01/recipe-07/example/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ appveyor-msys:
definitions:
- CMAKE_BUILD_TYPE: 'Release'

drone:
circle-intel:
definitions:
- CMAKE_BUILD_TYPE: 'Release'

circle-pgi:
definitions:
- CMAKE_C_COMPILER: 'pgcc'
- CMAKE_CXX_COMPILER: 'pgc++'
- CMAKE_BUILD_TYPE: 'Release'

travis-linux:
Expand Down
4 changes: 0 additions & 4 deletions chapter-01/recipe-10/cxx-example/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ appveyor-vs:
definitions:
- CMAKE_BUILD_TYPE: 'Release'
- CMAKE_CONFIGURATION_TYPES: 'Release'

drone:
definitions:
- CMAKE_CXX_COMPILER: 'pgc++'

0 comments on commit 426db2b

Please sign in to comment.