Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c77487f645 | ||
|
|
88065c4f2a | ||
|
|
6ac5a9240d |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -17,13 +17,13 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [12.14.1]
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [macos-10.14, windows-2019, ubuntu-18.04]
|
||||
include:
|
||||
- os: macos-latest
|
||||
- os: macos-10.14
|
||||
friendlyName: macOS
|
||||
- os: windows-latest
|
||||
- os: windows-2019
|
||||
friendlyName: Windows
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-18.04
|
||||
friendlyName: Linux
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
17
binding.gyp
17
binding.gyp
@@ -13,12 +13,25 @@
|
||||
'xcode_settings': {
|
||||
'OTHER_CFLAGS': [
|
||||
'-Wall',
|
||||
'-Werror'
|
||||
],
|
||||
'-Werror',
|
||||
'-Werror=format-security',
|
||||
'-fPIC',
|
||||
'-D_FORTIFY_SOURCE=1',
|
||||
'-fstack-protector-strong'
|
||||
]
|
||||
},
|
||||
'cflags!': [
|
||||
'-Wall',
|
||||
'-Werror',
|
||||
'-fPIC',
|
||||
'-pie',
|
||||
'-D_FORTIFY_SOURCE=1',
|
||||
'-fstack-protector-strong',
|
||||
'-Werror=format-security'
|
||||
],
|
||||
'ldflags!': [
|
||||
'-z relro',
|
||||
'-z now'
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "desktop-trampoline",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user