Skip to content

Perf: 提高默认样式的直线的绘制速度 (#214) #453

Perf: 提高默认样式的直线的绘制速度 (#214)

Perf: 提高默认样式的直线的绘制速度 (#214) #453

Workflow file for this run

name: 测试构建项目
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
TESTING:
runs-on: windows-2019
steps:
- name: 获取源码
uses: actions/Checkout@v2
- name: 尝试构建 MSVC 2019 X64 Release
run: |
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
cmake --build . -j