Skip to content

Commit

Permalink
+ Added deployment workflows
Browse files Browse the repository at this point in the history
- Removed Travis CI
* Updated readme badges and formatting
  • Loading branch information
ImLucasBrown committed Jun 1, 2024
1 parent ab11116 commit 5c2956a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 30 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release

on:
push:
branches: [release]
workflow_dispatch:
branches: [release]

jobs:
test-and-deploy:
secrets: inherit
uses: nxt-dev/nxt/.github/workflows/release.yml@release
with:
QT_DEPENDENCIES: true
17 changes: 17 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Unittests

on:
workflow_dispatch:
branches-ignore: [release]
workflow_call:
pull_request:
branches-ignore: [release]
push:
branches-ignore: [release]

jobs:
test-python:
secrets: inherit
uses: nxt-dev/nxt/.github/workflows/unittests.yml@dev
with:
QT_DEPENDENCIES: true
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<div align="center">

![Release Status](https://github.com/nxt-dev/nxt_editor_test/actions/workflows/release.yml/badge.svg?branch=release)
![Dev Status](https://github.com/nxt-dev/nxt_editor_test/actions/workflows/unittests.yml/badge.svg?branch=dev)
# NXT Editor

</div>
**nxt** (**/ɛn·ɛks·ti/**) is a general purpose code compositor designed for rigging, scene assembly, and automation. (node execution tree)
[Installation/Usage](#installationusage) | [Docs](https://nxt-dev.github.io/) | [Contributing](CONTRIBUTING.md) | [Licensing](LICENSE)

Expand Down

0 comments on commit 5c2956a

Please sign in to comment.