Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
12c54575
Commit
12c54575
authored
May 12, 2015
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Makefile error reporting for missing binaries
parent
d768757a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
Makefile
Makefile
+4
-12
No files found.
Makefile
View file @
12c54575
...
@@ -10,9 +10,7 @@ composer:
...
@@ -10,9 +10,7 @@ composer:
elif
test
-r
composer.phar
;
then
\
elif
test
-r
composer.phar
;
then
\
php composer.phar
$(COMPOSER_ARGS)
;
\
php composer.phar
$(COMPOSER_ARGS)
;
\
else
\
else
\
echo
"Cannot find composer :("
;
\
$
(
error Cannot find composer
)
;
\
echo
"Aborting."
;
\
exit
1
;
\
fi
fi
test
:
composer
test
:
composer
...
@@ -22,9 +20,7 @@ test: composer
...
@@ -22,9 +20,7 @@ test: composer
elif
test
-r
phpunit.phar
;
then
\
elif
test
-r
phpunit.phar
;
then
\
php phpunit.phar
$(PHPUNIT_ARGS)
;
\
php phpunit.phar
$(PHPUNIT_ARGS)
;
\
else
\
else
\
echo
"Cannot find phpunit :("
;
\
$
(
error Cannot find phpunit
)
;
\
echo
"Aborting."
;
\
exit
1
;
\
fi
fi
apigen
:
apigen
:
...
@@ -34,9 +30,7 @@ apigen:
...
@@ -34,9 +30,7 @@ apigen:
elif
test
-r
apigen.phar
;
then
\
elif
test
-r
apigen.phar
;
then
\
php apigen.phar generate
;
\
php apigen.phar generate
;
\
else
\
else
\
echo
"Cannot find apigen :("
;
\
$
(
error Cannot find agigen
)
;
\
echo
"Aborting."
;
\
exit
1
;
\
fi
fi
mkdocs
:
mkdocs
:
...
@@ -44,9 +38,7 @@ mkdocs:
...
@@ -44,9 +38,7 @@ mkdocs:
if
test
$$
?
-eq
0
;
then
\
if
test
$$
?
-eq
0
;
then
\
mkdocs build
--clean
;
\
mkdocs build
--clean
;
\
else
\
else
\
echo
"Cannot find mkdocs :("
;
\
$
(
error Cannot find mkdocs
)
;
\
echo
"Aborting."
;
\
exit
1
;
\
fi
fi
release/%
:
release-log/%
release/%
:
release-log/%
...
...
Write
Preview
Markdown
is supported
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