Introduce def as a trial. Fixup of timeit.

This commit is contained in:
Christoffer Lerno
2023-04-21 17:42:38 +02:00
parent c847650579
commit 2a79e0f1cf
9 changed files with 125 additions and 53 deletions

View File

@@ -268,7 +268,7 @@ jobs:
python3 src/tester.py ../build/c3c test_suite/
- name: bundle_output
if: matrix.llvm_version == env.LLVM_RELEASE_VERSION
if: matrix.llvm_version == 16
run: |
mkdir linux
cp -r lib linux
@@ -277,7 +277,7 @@ jobs:
tar czf c3-linux-${{matrix.build_type}}.tar.gz linux
- name: upload artifacts
if: matrix.llvm_version == env.LLVM_RELEASE_VERSION
if: matrix.llvm_version == 16
uses: actions/upload-artifact@v3
with:
name: c3-linux-${{matrix.build_type}}