Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Oct 21, 2023
1 parent 86f6695 commit 2201366
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
name: CI
name: Rust CI

on:
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
merge_group:

jobs:
build:
name: "PR - ${{ matrix.name }}"
name: Rust Integration CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
include:
- name: Build and test Enzyme rust
- os: ubuntu-latest
- env: {}
llvm: ["11", "12", "13", "14", "15", "16"]
build: ["Release"] # "RelWithDebInfo"
os: [ubuntu-20.04]

timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
- name: checkout the source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 2201366

Please sign in to comment.