Skip to content

Commit

Permalink
Update PRNG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuzinh0 authored Oct 29, 2024
1 parent 2a349c1 commit ebef698
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/PRNG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ jobs:
- name: Verificar código
uses: actions/checkout@v3

- name: Executar script
- name: Compilar os programas
run: |
echo "Compilando os programas..."
gcc -o code/PRNG2_m32_l8 code/PRNG2_m32_l8.c
gcc -o code/PRNG_m64_l8 code/PRNG_m64_l8.c
gcc -o code/PRNGm64_l16 code/PRNGm64_l16.c
echo "Executando o scripts PRNG..."
- name: Executar os programas
run: |
echo "Executando os scripts PRNG..."
./code/PRNG2_m32_l8
./code/PRNG_m64_l8
./code/PRNGm64_l16
./code/PRNG_m64_l8
./code/PRNGm64_l16

0 comments on commit ebef698

Please sign in to comment.