jule: the built-in copy function now uses mutable slicing for destina… #868
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build [GCC] - Windows | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: julelang/ci@main | |
- name: Build JuleC | |
run: | | |
.\bin\julec -t --compiler gcc src/julec | |
g++ -w --std=c++17 -O0 "-Wa,-mbig-obj" -o test dist/ir.cpp -lws2_32 -lshell32 |