Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lassi Pulkkinen
termion
Commits
f3bd2366
Commit
f3bd2366
authored
Jan 18, 2020
by
依云
Browse files
gitlab pipeline: try to run inside "script" to get a tty
parent
e5e592b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f3bd2366
...
...
@@ -28,13 +28,13 @@ test:linux:stable:
-
build:linux:stable
script
:
-
rustup update stable
-
cargo +stable test --verbose
-
script -c "
cargo +stable test --verbose
"
test:linux:
stage
:
test
dependencies
:
-
build:linux
script
:
cargo +nightly test --verbose
script
:
script -c "
cargo +nightly test --verbose
"
test:redox:
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment