Skip to content

Commit

Permalink
slim to min
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 15, 2024
1 parent 1188e8b commit 009eb2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: ci
on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
Expand All @@ -27,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
para: [0, 1, 2, 3, 4, 5, 6, 7, 8]
attempt: [0, 1, 2, 3, 4, 5, 6, 7, 8]
steps:
- uses: actions/checkout@v1
- run: |
Expand All @@ -37,5 +18,5 @@ jobs:
cmake .. -DBUILD_GMOCK=OFF
make
sudo make install
- run: g++ -g -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -o stim_test /usr/local/lib/libgtest_main.a /usr/local/lib/libgtest.a
- run: g++ -fsanitize=address -o stim_test /usr/local/lib/libgtest_main.a /usr/local/lib/libgtest.a
- run: ./stim_test
46 changes: 1 addition & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
.idea/*
cmake-build-debug/*
a.out
perf.data
perf.data.old
CMakeFiles/*
CMakeCache.txt
googletest-build/*
googletest-download/*
googletest-src
cmake_install.cmake
Makefile
lib
out
stim.cbp
data/*
_deps/*
bazel-*
python_build_stim/*
*.egg-*
stim.cpython*
dist
MANIFEST
*.whl
*.swp
__pycache__
pip-wheel-metadata/*
wheelhouse/*
*.pyd
venv
.venv
**/LastTest.log
*.so
.clwb/*
.cmake/*
coverage/*
cmake-build-debug-coverage/*
# clangd generated files
compile_commands.json
.cache
build.ninja
.ninja_deps
.ninja_log
.pytest_cache
node_modules
.idea
Empty file removed empty.cc
Empty file.

0 comments on commit 009eb2a

Please sign in to comment.