Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir KozLove
bitmask-vpn
Commits
a154c2b3
Verified
Commit
a154c2b3
authored
6 years ago
by
meskio
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] compile for gtk_3_18 or older
- Resolves:
#45
parent
909c059c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Makefile
+9
-3
9 additions, 3 deletions
Makefile
with
11 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a154c2b3
...
...
@@ -15,8 +15,8 @@ build_test:
-
mkdir -p /go/src/0xacab.org/leap/
-
ln -s "$(pwd)" ${APP_PATH}
-
cd ${APP_PATH}
-
go
get
.
-
go
test
./...
-
make
get
-
make
test
-
make build
tags
:
-
linux
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
9
−
3
View file @
a154c2b3
.PHONY
:
all build icon locales generate_locales clean
.PHONY
:
all
get
build icon locales generate_locales clean
all
:
icon locales build
all
:
icon locales get build
get
:
go get
-tags
'gtk_3_18'
.
build
:
go build
-ldflags
"-X main.version=
`
git describe
--tags
`
"
go build
-tags
'gtk_3_18'
-ldflags
"-X main.version=
`
git describe
--tags
`
"
test
:
go
test
-tags
'gtk_3_18'
./...
clean
:
make
-C
icon clean
...
...
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