Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
3
3p-libepoxy
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Third Party
3p-libepoxy
Commits
66a8c5b3
Commit
66a8c5b3
authored
4 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Disable tests on win
parent
f5f6cc4a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#296
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-cmd.sh
+2
-2
2 additions, 2 deletions
build-cmd.sh
with
2 additions
and
2 deletions
build-cmd.sh
+
2
−
2
View file @
66a8c5b3
...
...
@@ -49,7 +49,7 @@ pushd "$EPOXY_SOURCE_DIR"
load_vsvars
meson
"_build_debug"
--prefix
=
"
$(
cygpath
-w
${
stage
}
)
"
--libdir
=
"
$(
cygpath
-w
${
stage
}
)
/lib/debug"
--bindir
=
"
$(
cygpath
-w
${
stage
}
)
/lib/debug"
\
--buildtype
debug
--buildtype
debug
-Dtests
=
false
pushd
"_build_debug"
ninja
...
...
@@ -57,7 +57,7 @@ pushd "$EPOXY_SOURCE_DIR"
popd
meson
"_build_release"
--prefix
=
"
$(
cygpath
-w
${
stage
}
)
"
--libdir
=
"
$(
cygpath
-w
${
stage
}
)
/lib/release"
--bindir
=
"
$(
cygpath
-w
${
stage
}
)
/lib/release"
\
--buildtype
debugoptimized
--buildtype
debugoptimized
-Dtests
=
false
pushd
"_build_release"
ninja
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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