We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f4bdf commit a377910Copy full SHA for a377910
.github/workflows/build.yml
@@ -45,15 +45,3 @@ jobs:
45
export ASAN_OPTIONS="detect_leaks=1:halt_on_error=1:verbosity=1"
46
ctest -C ${{env.BUILD_TYPE}} --output-on-failure --parallel
47
48
- selfhosted:
49
- if: github.repository == '1a1a11a/libCacheSim'
50
- runs-on: self-hosted
51
- steps:
52
- - uses: actions/checkout@v4
53
- - name: Configure CMake
54
- run: cmake -G Ninja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_GLCACHE=on -DENABLE_LRB=on
55
- - name: Build
56
- run: ninja -C ${{github.workspace}}/build
57
- - name: Test
58
- working-directory: ${{github.workspace}}/build
59
- run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --parallel
0 commit comments