File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -110,31 +110,3 @@ jobs:
110110
111111 - working-directory : build/
112112 run : ctest -C ${{ matrix.build_type }} --output-on-failure
113-
114- vs2017 :
115- strategy :
116- fail-fast : false
117- matrix :
118- visual_studio :
119- - ' Visual Studio 15 2017'
120- - ' Visual Studio 15 2017 Win64'
121- build_type : [Debug, Release]
122-
123- runs-on : windows-2016
124-
125- steps :
126- - uses : actions/checkout@v2
127- with :
128- submodules : recursive
129-
130- - run : cmake -E make_directory build
131-
132- - shell : bash
133- working-directory : build/
134- run : cmake $GITHUB_WORKSPACE -G "${{ matrix.visual_studio }}"
135-
136- - working-directory : build/
137- run : cmake --build . --config ${{ matrix.build_type }}
138-
139- - working-directory : build/
140- run : ctest -C ${{ matrix.build_type }} --output-on-failure
You can’t perform that action at this time.
0 commit comments