Rename atomic_wait functions to atomic_wait_value_equal #1467
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows_ClangCl | |
on: | |
push: | |
branches-ignore: dev | |
pull_request: | |
branches-ignore: dev | |
jobs: | |
build: | |
runs-on: [windows-2019] | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Build | |
run: .\ci_scripts\ci_windows_build_clangcl.cmd | |
- name: Test | |
run: .\ci_scripts\ci_windows_test.cmd | |