-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the build ci phase to build the linux release artifacts (.deb and at the .rpm) at the end of the job then upload artifacts. Add integration_test_centos which downloads the created rpm package and runs the standard suite of integration tests against it. Also: - Have ubuntu integration tests download and run against the created deb package.
- Loading branch information
Showing
2 changed files
with
66 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ const defaultLinuxOpts = { | |
return path.join(dest, "<%= name %>_<%= arch %>.<%= ext %>") | ||
}, | ||
options: { | ||
name: "brim", | ||
homepage: "https://www.brimsecurity.com", | ||
icon: "./dist/static/AppIcon.png", | ||
maintainer: "Brim Security, Inc. <[email protected]>" | ||
|