mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
move ci scripts and add generation step
This commit is contained in:
@@ -12,11 +12,14 @@ jobs:
|
||||
name: Test
|
||||
command: swift test 2>&1 | xcpretty
|
||||
- run:
|
||||
name: Check Project Diff
|
||||
command: ./diff-fixtures.sh
|
||||
name: Generate Fixtures
|
||||
command: scripts/gen-fixtures.sh
|
||||
- run:
|
||||
name: Build Test Project
|
||||
command: ./build-fixtures.sh
|
||||
name: Check Fixture Diffs
|
||||
command: scripts/diff-fixtures.sh
|
||||
- run:
|
||||
name: Build Fixtures
|
||||
command: scripts/build-fixtures.sh
|
||||
- run:
|
||||
name: Build release
|
||||
command: make build
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
swift run xcodegen --spec Tests/Fixtures/TestProject/project.yml
|
||||
cd Tests/Fixtures/TestProject
|
||||
./build.sh
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd Tests/Fixtures/TestProject
|
||||
./build.sh
|
||||
@@ -1 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
swift run xcodegen --spec Tests/Fixtures/TestProject/project.yml
|
||||
Reference in New Issue
Block a user