mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
fix github actions on windows.
This commit is contained in:
Vendored
+1
-1
@@ -21,4 +21,4 @@ jobs:
|
||||
CXX: ${{ matrix.compiler }}
|
||||
CXXFLAGS: ${{ matrix.flags }} ${{ matrix.optimize }}
|
||||
run: |
|
||||
mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .. && cmake --build . && cmake --build build --target RUN_TESTS
|
||||
mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .. && cmake --build . && cmake --target RUN_TESTS
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
<img src="https://github.com/greg7mdp/parallel-hashmap/blob/master/html/img/phash.png?raw=true" width="120" align="middle">
|
||||
|
||||
# The Parallel Hashmap [](https://github.com/greg7mdp/parallel-hashmap/actions) [](https://github.com/greg7mdp/parallel-hashmap/actions) [](https://github.com/greg7mdp/parallel-hashmap/actions)
|
||||
# The Parallel Hashmap [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/linux.yml) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/macos.yml) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/windows.yml)
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user