Skip to content

Commit 8cea173

Browse files
committed
Update action.
1 parent d95542c commit 8cea173

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build
22

33
on:
44
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
85

96
jobs:
107
build:
@@ -14,7 +11,8 @@ jobs:
1411
strategy:
1512
matrix:
1613
os-type: [windows-latest, macos-latest, ubuntu-latest]
17-
configuration: [Debug, Release, RelWithDebInfo]
14+
configuration: [Debug, Release, RelWithDebInfo]
15+
fail-fast: false
1816

1917
steps:
2018
- uses: actions/checkout@v2

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
A visual scripting engine designed for embedding. The engine is written in modern C++ and compiles on several platforms with no external dependencies. Some platform dependent user interface utilities are also provided for Windows and MacOS platforms.
44

5-
[![Build Status](https://ci.appveyor.com/api/projects/status/c0qxxixyhymfxfdf?svg=true)](https://ci.appveyor.com/project/kovacsv/visualscriptengine)
65
[![Build Status](https://github.com/kovacsv/VisualScriptEngine/actions/workflows/build.yml/badge.svg)](https://github.com/kovacsv/VisualScriptEngine/actions/workflows/build.yml)
76

87
## Documentation

0 commit comments

Comments
 (0)