mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove HEADLESS code gating
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -37,5 +37,4 @@ jobs:
|
||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||
SCHEME: ${{ matrix.scheme }}
|
||||
HEADLESS_TEST: YES
|
||||
run: buildscripts/ci-build.sh
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
// Copyright © 2018 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
#if !HEADLESS_TEST
|
||||
|
||||
import XCTest
|
||||
|
||||
class AppleScriptXCTestCase: XCTestCase {
|
||||
@@ -67,5 +65,3 @@ class AppleScriptXCTestCase: XCTestCase {
|
||||
return usrfDictionary["script_result"]
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
// Copyright © 2018 Olof Hellman. All rights reserved.
|
||||
//
|
||||
|
||||
#if !HEADLESS_TEST
|
||||
|
||||
import XCTest
|
||||
|
||||
class ScriptingTests: AppleScriptXCTestCase {
|
||||
@@ -101,5 +99,3 @@ class ScriptingTests: AppleScriptXCTestCase {
|
||||
doIndividualScriptWithExpectation(filename: "testURLsOfCurrentArticle")
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
HEADLESS_TEST = $(HEADLESS_TEST)
|
||||
CODE_SIGN_IDENTITY = -
|
||||
CODE_SIGN_STYLE = Automatic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user