remove travis.yml, add CI icon

This commit is contained in:
greg
2021-11-07 12:31:34 -05:00
parent a0960f3df4
commit 8ea33311da
3 changed files with 4 additions and 121 deletions
+2 -2
View File
@@ -20,6 +20,6 @@ jobs:
- name: Build and test
env:
CXX: ${{ matrix.compiler }}
CXXFLAGS: ${{ matrix.flags }} ${{ matrix.optimize }}
COMPILERFLAGS: ${{ matrix.flags }} ${{ matrix.optimize }}
run: |
mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_CXX_COMPILER=${CXX} -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .. && cmake --build . && make test
mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_CXX_COMPILER=${CXX} -DCXXFLAGS="${COMPILERFLAGS}" -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .. && cmake --build . && make test