-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (28 loc) · 1.24 KB
/
builder_program.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# **************************************************************************** #
# #
# ::: :::::::: #
# ci.yml :+: :+: :+: #
# +:+ +:+ +:+ #
# By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/05/09 19:12:18 by umeneses #+# #+# #
# Updated: 2024/05/09 19:17:48 by umeneses ### ########.fr #
# #
# **************************************************************************** #
name: builder_program
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./program_to_test/
steps:
- name: Starting github actions
uses: actions/checkout@v4.1.4
- name: Building Program with Push_Swap Makefile
run: make