提交 147edc7d 编写于 作者: S Stefan Weil 提交者: Shree Devi Kumar

dailycmake update

上级 2b144f37
......@@ -20,8 +20,7 @@ jobs:
steps:
- name: Install compiler
run: |
sudo apt-get install -y gcc-${{ matrix.gcc_version }} g++-${{ matrix.gcc_version }}
run: sudo apt-get install -y gcc-${{ matrix.gcc_version }} g++-${{ matrix.gcc_version }}
- name: Install dependencies
run: sudo apt-get install libleptonica-dev libpango1.0-dev -y
......@@ -53,8 +52,7 @@ jobs:
steps:
- name: Install compiler
run: |
sudo apt-get install -y clang-${{ matrix.clang_version }}
run: sudo apt-get install -y clang-${{ matrix.clang_version }}
- name: Install dependencies
run: sudo apt-get install libleptonica-dev libpango1.0-dev -y
......@@ -75,4 +73,16 @@ jobs:
- name: Build
run: cmake --build build --config ${{ matrix.build_type }}
build-windows:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, windows-2016]
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake ..
- name: build
run: cmake --build build --config Debug
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册