CS-UCR / senior-design-project-project-memoir

senior-design-project-project-memoir created by GitHub Classroom
MIT License
1 stars 0 forks source link

Feature/ci #69

Closed borozcod closed 2 years ago

borozcod commented 2 years ago

We tried adding CI to our project but we couldn't get it to actually run on GitHub actions. A lot of the graphics capabilities to run the simulator are not supported on GitHub actions. This is what the command would look like if github actions worked

xcodebuild build -project ./ProjectM.xcodeproj  -scheme ProjectM -configuration 'Staging'  -destination 'platform=iOS Simulator,name=iPhone 12,OS=15.0'