Skip to content

Commit

Permalink
Create std_tests_gcc_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Feb 26, 2024
1 parent cbbdb65 commit 1e4b017
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/std_tests_gcc_macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Std Tests [GCC] - macOS
on: [push, pull_request]

jobs:
build-and-exec:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true

- name: Test - std::math::big
run: |
julec test -t --compiler gcc -o test std/math/big
g++-13 -w --std=c++17 dist/ir.cpp -o test
./test

0 comments on commit 1e4b017

Please sign in to comment.