Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
phpunit-hhi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
91 Carriage
phpunit-hhi
Compare Revisions
phpunit-6.2...hack-testing
Source
hack-testing
Select Git revision
...
Target
phpunit-6.2
Select Git revision
Compare
Commits (1)
strace the hh_server call
· 43da6731
Simon Welsh
authored
Jan 09, 2018
43da6731
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
43da6731
...
...
@@ -7,10 +7,12 @@ before_script:
-
"
echo
'assume_php=false'
>
.hhconfig"
-
./tests/composer.sh
-
composer install
-
apt-get update
-
apt-get install strace -y
hack-min
:
script
:
-
hh_server --check .
-
strace -f -s 1024
hh_server --check .
stage
:
typecheck
image
:
hhvm/hhvm:3.23.0
tags
:
...
...