Skip to content

jule: add assignment and short variable declaration support for selec… #1335

jule: add assignment and short variable declaration support for selec…

jule: add assignment and short variable declaration support for selec… #1335

Workflow file for this run

name: Build - C++20
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec build --compiler clang --cppstd cpp20 src/julec