Skip to content

Commit

Permalink
UI as component : WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jun 21, 2024
1 parent c8aefb6 commit ef9c6a9
Show file tree
Hide file tree
Showing 192 changed files with 9,617 additions and 16,714 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ on:

jobs:
build:
name: "Build"
runs-on: windows-latest
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
uses: 4d/build4d-action@main
with:
project: /Users/runner/work/UI-with-Classes/UI-with-Classes/UI/Project/UI.4DProject
product-line: vcs
version: vcs
build: official
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ Resources/php.ini
Project/Sources/Methods/Method[0-9]*.4dm
Project/Sources/Forms/Form[0-9]*
Project/Sources/dependencies.json
DEV
*/Project/DerivedData
*.dylib
94 changes: 0 additions & 94 deletions Project/Sources/Classes/_DEMO_1_Controller.4dm

This file was deleted.

82 changes: 0 additions & 82 deletions Project/Sources/Classes/_DEMO_WINDOW_FRAME_Controller.4dm

This file was deleted.

Loading

0 comments on commit ef9c6a9

Please sign in to comment.