Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-02-05 17:14:44 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-02-05 17:14:44 +0300
commit6fe1caa45d8beac006a7a0ad182f187c92d118fa (patch)
tree35a915d9ffef18cacd347fe396715a91ca838c90
parentfe5f9055b200749f7d502e554039dc709b4e1576 (diff)
Tests update
-rw-r--r--.github/workflows/c-cpp.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 2523933..46bd32f 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v2.0.0
- name: make clean all
run: make -C source clean all
+ - name: execute
+ run: ./nesasm --help
build-macos:
runs-on: macos-latest
@@ -26,6 +28,8 @@ jobs:
uses: actions/checkout@v2.0.0
- name: make clean all
run: make -C source clean all
+ - name: execute
+ run: ./nesasm --help
build-windows:
runs-on: windows-latest
@@ -45,3 +49,5 @@ jobs:
uses: actions/checkout@v2
- name: make clean all
run: make -C source clean all
+ - name: execute
+ run: nesasm.exe --help