Skip to content

Remove Gemalto card support and fix warnings #10

Remove Gemalto card support and fix warnings

Remove Gemalto card support and fix warnings #10

Workflow file for this run

name: CI
on: [push, pull_request]
env:
BUILD_NUMBER: ${{ github.run_number }}
jobs:
macos:
name: Build on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
xcodebuild -project EstEIDTokenApp.xcodeproj -target package CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO DSTROOT=$PWD/tmp install
mkdir upload
mv *pkg upload
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: pkg
path: upload