Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hust-x86-simulator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
recolic-hust
hust-x86-simulator
Merge requests
!2
An error occurred while fetching the assigned milestone of the selected merge_request.
Performance tune
コード
変更をレビュー
ブランチをチェックアウト
ダウンロード
パッチ
テキスト差分
Merged
Performance tune
performance-tune
into
pa2
Overview
0
Commits
10
Pipelines
9
Changes
14
Merged
Recolic
requested to merge
performance-tune
into
pa2
5 years ago
Overview
0
Commits
10
Pipelines
9
Changes
1
Expand
Performance tune and PA2 bugfix. Supporting ICC.
0
0
Merge request reports
Viewing commit
ce750fef
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
ce750fef
update gitlab ci file
· ce750fef
Recolic Keghart
authored
5 years ago
.gitlab-ci.yml
+
2
−
2
Options
image
:
archlinux/base
image
:
recolic/cxx-toolkit
stages
:
-
build
@@ -7,7 +7,7 @@ stages:
build
:
stage
:
build
script
:
-
pacman -Sy && pacman -S --noconfirm bison flex
gcc make
gettext sdl2 lib32-glibc grep
-
pacman -Sy && pacman -S --noconfirm bison flex gettext sdl2 lib32-glibc grep
-
export AM_HOME=$(pwd)/nexus-am/
-
cd nemu && make
-
show_log=1 ./runall.sh &> testcases.log ; echo $? > testres.log
Loading