Commit Graph

431 Commits

Author SHA1 Message Date
Ayaz
f7bdc59ac0
Merge pull request #4815 from roc-lang/improve_getting_started
helloWolrd use url platform, improve getting started
2022-12-27 10:02:44 -06:00
Anton-4
33af6264d6
add helloWorldNoURL 2022-12-27 15:03:31 +01:00
Ayaz
d7a3e5e1fb
Merge pull request #4814 from roc-lang/fix_tutorial_deployment
build tutorial with roc nightly
2022-12-27 07:57:14 -06:00
Anton-4
61d8ef8539
make nightly tests use today's release 2022-12-27 13:28:22 +01:00
Anton-4
f0ea60df51
use latest cli platform, added wasm repl build test 2022-12-27 11:31:15 +01:00
Brian Carroll
62269bf6c9
builtins: build the Wasm interpreter from inside run-wasm-tests.sh 2022-12-16 16:05:00 +00:00
Brian Carroll
b938648dad
repl_test: get rid of nested Cargo build script, as it needs an extra target dir 2022-12-16 15:08:24 +00:00
Brian Carroll
8798fa38d4
repl_test: delete shell script since we can now use Cargo 2022-12-16 14:52:10 +00:00
Brian Carroll
d389601035
Merge branch 'main' of github.com:roc-lang/roc into wasm_interp_test_gen 2022-12-16 14:50:09 +00:00
Anton-4
b8dc75648b
back to cron
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-14 19:44:16 +01:00
Anton-4
b142088484
do build after tests 2022-12-14 18:38:55 +01:00
Brian Carroll
f55fbaad12
builtins: use roc_wasm_interp for Zig wasm tests 2022-12-14 12:09:31 +00:00
Anton-4
bbfddde93f
back to cron
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-10 15:13:39 +01:00
Anton-4
ff83faf307
use self-hosted server for macOS x86_64
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-10 13:56:15 +01:00
Anton-4
9080620b26
Merge branch 'main' into nightly_testing
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-10 12:07:16 +01:00
Anton-4
d7dcdc69df
back to cron 2022-12-09 19:49:53 +01:00
Anton-4
8681e8b1c1
forgot ZIG_VERSION 2022-12-09 19:39:13 +01:00
Anton-4
4dd9519d74
forgot if 2022-12-09 19:05:36 +01:00
Anton-4
b8cd07f629
zig download fixes 2022-12-09 18:36:53 +01:00
Anton-4
0ba8180e5e
ditch token header
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 18:27:44 +01:00
Anton-4
5bfcf5f5a7
fix curl
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:58:38 +01:00
Anton-4
8bf9675d12
workflow debugging
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:52:21 +01:00
Anton-4
7cdb16749d
formatting fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:44:35 +01:00
Anton-4
90e871c8ce
formatting fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:11:31 +01:00
Anton-4
637c7638ac
throttling workaround 2022-12-09 17:07:36 +01:00
Anton-4
feab182856
test more platform switching of nightly releases 2022-12-09 16:05:20 +01:00
Anton-4
bf37b710b9
macos and release updates 2022-12-09 15:07:00 +01:00
Anton-4
865ca0fd07
make macos nightly target generic x86_64
also ditch cargo action
2022-12-07 19:35:14 +01:00
Anton-4
f6112fe2d8
re-add gen-stub-lib step 2022-12-05 16:35:18 +01:00
Folkert
de9157b322
cargo test on platform after cli tests 2022-12-05 12:57:07 +01:00
Folkert
1c6a7a7965
try it on aarch as well 2022-12-04 22:10:45 +01:00
Folkert
eb119d7152
try to run cargo test on a platform with nix + macos x86_64 2022-12-04 22:09:33 +01:00
Anton-4
8ef05b523f
Merge branch 'main' of github.com:roc-lang/roc into fail-fast-false 2022-12-04 09:21:09 +01:00
Anton-4
da830202e8
Merge remote-tracking branch 'upstream/main' into fix-nix 2022-12-03 15:54:33 +01:00
Anton-4
bb7d5b3d27
ditch redundant flake build
Turns out the flake was using the default.nix file, no need to build that twice...

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-03 15:50:08 +01:00
Anton-4
22dcb0194e
features flag may mess up test
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-02 20:03:22 +01:00
Anton-4
a91a2b138b
CI tests for building default.nix and flake.nix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-02 16:17:43 +01:00
Anton-4
975116895d
ditch --workspace
Apparently this was not running the tests I expected it to run, I suspect it is the `--workspace` flag

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-02 16:13:52 +01:00
Anton-4
59da272711
add CI test for platform dylib
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-02 15:23:01 +01:00
Anton-4
a0b4b7c480
don't cancel all when one fails
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-30 16:31:16 +01:00
Anton-4
ee90c53762
do spellcheck on github servers
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-23 10:02:38 +01:00
Anton-4
37ad8a941a
ignore some tests on windows 2022-11-16 13:58:21 +01:00
Anton-4
0517d8959c
clippy, run subset of cli_run tests 2022-11-16 13:58:21 +01:00
Anton-4
29230921e6
windows fixes 2022-11-14 19:37:25 +01:00
Anton-4
39b10f0dc8
do roc_cli tests
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-12 14:58:16 +01:00
Anton-4
3962a39da9
Merge branch 'main' of github.com:roc-lang/roc into mac_os_x86_ci 2022-11-08 19:52:07 +01:00
Anton-4
a1fafe80d1
roc_cli is the correct name
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-06 12:17:25 +01:00
Anton-4
c2892dce0f
cli_run tests only
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-04 19:10:22 +01:00
Anton-4
17a4a8c192
Merge branch 'main' into mac_os_x86_ci
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-04 19:08:18 +01:00
Anton-4
590c61a6fd
Merge branch 'main' of github.com:roc-lang/roc into editor_launch_fix 2022-11-04 15:15:55 +01:00