Skip to content

Commit

Permalink
Merge branch 'master' into 1821-action-required-github-actions-v4-update
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen99 committed Jan 7, 2025
2 parents 5ea5393 + 7d00153 commit e806fea
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

<p align=center>
<a href="https://github.com/nasa/trick/actions?query=workflow%3ALinux">
<img src="https://github.com/nasa/trick/workflows/Linux/badge.svg?branch=master" alt="Linux" height=30px>
<img src="https://github.com/nasa/trick/actions/workflows/test_linux.yml/badge.svg?branch=master" alt="Linux" height=30px>
</a>
<a href="https://github.com/nasa/trick/actions?query=workflow%3AmacOS">
<img src="https://github.com/nasa/trick/workflows/macOS/badge.svg?branch=master" alt="macOS" height=30px>
<img src="https://github.com/nasa/trick/actions/workflows/test_macos.yml/badge.svg?branch=master" alt="macOS" height=30px>
</a>
<a href="https://github.com/nasa/trick/actions?query=workflow%3A32-bit">
<img src="https://github.com/nasa/trick/workflows/32-bit/badge.svg?branch=master" alt="32-bit" height=30px>
<img src="https://github.com/nasa/trick/actions/workflows/test_32_oracle.yml/badge.svg?branch=master" alt="32-bit" height=30px>
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion trick_source/data_products/DPX/APPS/FXPLOT/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

RM = rm -rf
CC = cc
CC = gcc
CPP = c++

DPX_DIR = ../..
Expand Down
2 changes: 1 addition & 1 deletion trick_source/data_products/DPX/APPS/GXPLOT/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

RM = rm -rf
CC = cc
CC = gcc
CPP = c++

DPX_DIR = ../..
Expand Down
2 changes: 1 addition & 1 deletion trick_source/data_products/DPX/DPC/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

RM = rm -rf
CC = cc
CC = gcc
CPP = c++

DPX_DIR = ..
Expand Down
2 changes: 1 addition & 1 deletion trick_source/data_products/DPX/DPM/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

RM = rm -rf
CC = cc
CC = gcc
CPP = c++

DPX_DIR = ..
Expand Down
2 changes: 1 addition & 1 deletion trick_source/data_products/EQParse/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

CC = cc
CC = gcc

OBJ_DIR = object_${TRICK_HOST_CPU}
LIBDIR = ../lib_${TRICK_HOST_CPU}
Expand Down
2 changes: 1 addition & 1 deletion trick_source/data_products/units/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

CC = cc
CC = gcc
CPP = c++

ifndef TRICK_HOST_CPU
Expand Down
2 changes: 1 addition & 1 deletion trick_source/sim_services/DataTypes/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

RM = rm -rf
CC = cc
CC = gcc
CPP = c++


Expand Down
2 changes: 1 addition & 1 deletion trick_source/trick_utils/SAIntegrator/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

RM = rm -rf
CC = cc
CC = gcc
CPP = c++

CFLAGS = -g -Wall -std=c++11 ${TRICK_CXXFLAGS}
Expand Down
2 changes: 1 addition & 1 deletion trick_source/web/CivetServer/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

RM = rm -rf
CC = cc
CC = gcc
CPP = c++
CURL = curl
MV = mv
Expand Down

0 comments on commit e806fea

Please sign in to comment.