Skip to content

Commit e11ada6

Browse files
mebaruan demo yaml
1 parent ccdfd7c commit e11ada6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/demo-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ jobs:
1515
- name: List files in the repository
1616
run: |
1717
ls ${{ github.workspace }}
18+
- name: Compile C++ Code
19+
run: |
20+
g++ -o program main.cpp
21+
- name: Run Program
22+
run: ./program
23+
1824
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)