Skip to content

Commit

Permalink
Merge pull request #101 from julelang/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
mertcandav authored Feb 29, 2024
2 parents 99485ad + 8d5abec commit 9e077ad
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 60 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_clang_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Build JuleC
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build_clang_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Build JuleC
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build_gcc_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Build JuleC
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build_gcc_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Build JuleC
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/std_tests_clang_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - std::math::big
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/std_tests_clang_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - std::math::big
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/std_tests_gcc_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - std::math::big
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/std_tests_gcc_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - std::math::big
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests_clang_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - Standard Library
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests_clang_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - Standard Library
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests_gcc_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - Standard Library
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests_gcc_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- uses: julelang/ci@main

- name: Test - Standard Library
run: |
Expand Down

0 comments on commit 9e077ad

Please sign in to comment.