Skip to content

Commit

Permalink
Update github ci workflow files (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaguchi1024 authored Dec 19, 2023
1 parent e960ba3 commit e146459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/avx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: AVX2

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down Expand Up @@ -32,7 +31,7 @@ jobs:
run: git clone https://github.com/google/benchmark; cmake -S benchmark -B benchmark/build -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_ENABLE_TESTING=NO ; cmake --build benchmark/build; cmake --install benchmark/build --prefix ~/.local

- name: Install Exo
run: git clone https://github.com/exo-lang/exo.git ; cd exo; git checkout master; python -m pip install build ; python -m build . ; python -m pip install dist/*.whl
run: git clone https://github.com/exo-lang/exo.git ; cd exo; git checkout main; python -m pip install build ; python -m build . ; python -m pip install dist/*.whl

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/neon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Neon

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit e146459

Please sign in to comment.