Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-17291-1894922
Compiler2023-SysYCC-3168
Commits
fd46b5c5
Commit
fd46b5c5
authored
1 year ago
by
TangHaozhe
Browse files
Options
Download
Patches
Plain Diff
nothing
parent
37c76487
master
202308051944-Func122_Perf_0
202308091536-Func139_Perf15
202308101226-Func140_Perf_28
202308101226-Func140_Perf_36
backup/lli
develop
feature/divide2shift_right
feature/merge_bb_new
feature/rm_trivial_bb
final_submit_0
final_submit_1
final_submit_2
final_submit_3
final_submit_4
final_submit_5
final_submit_6
final_submit_7
final_submit_8
0.0.5_F140P36
0.0.4_F140P28
0.0.3_F139P15
0.0.2_F122P0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
.gitlab-ci.yml
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
+
3
−
3
View file @
fd46b5c5
...
...
@@ -15,7 +15,7 @@ pre_check:
script
:
-
rustc --version
-
cargo update
-
cargo update -p time@0.3.2
4
--precise 0.3.23
-
cargo update -p time@0.3.2
5
--precise 0.3.23
-
cargo fmt --all --check
-
cargo check --release
-
cargo check --tests --release
...
...
@@ -27,7 +27,7 @@ unit_test:
stage
:
test
script
:
-
cargo update
-
cargo update -p time@0.3.2
4
--precise 0.3.23
-
cargo update -p time@0.3.2
5
--precise 0.3.23
-
cargo test
...
...
@@ -36,7 +36,7 @@ functional_test:
stage
:
test
script
:
-
cargo update
-
cargo update -p time@0.3.2
4
--precise 0.3.23
-
cargo update -p time@0.3.2
5
--precise 0.3.23
-
cargo build -r
-
bash scripts/ci_functional_test.sh /home/gitlab-runner/Tools/qemu/riscv-gnu-toolchain/opt-riscv-rv64/bin /usr/bin/qemu-riscv64-static
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets